Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add doc and add missing import #14

Open
wants to merge 1 commit into
base: integration
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ConfigurationSystem/Client/Helpers/RESTConf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from DIRAC import S_OK, S_ERROR, rootPath
from DIRAC.ConfigurationSystem.Client.Config import gConfig
from DIRAC.Core.Security import Locations, X509Chain
import tempfile

gBaseSection = "/REST"

Expand Down
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
You need to:

* add `REST` to the list of Extensions `/DIRAC/Extensions`
* Create a new section `REST` in which you add `CodeAuthURL=Something`
* In `/DIRAC/Setups/<yoursetup>`, add a config for `REST`
* In the `Systems` section, add a `REST` section in which you put what is in the `RESTDIRAC/RESTSystem/ConfigTemplate.cfg` file, and define the OATokenDB

Even if you do not want to use OAuth, it is all mandatory.

Start the server with `python RESTDIRAC/RESTSystem/scripts/dirac-rest-server.py`.
By default it listens to port 9910