Skip to content
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