cedadev / swallow

Swallow - a Birdhouse WPS for running the NAME Trajectory code.
Other
0 stars 1 forks source link

Provide simple instructions to allow test processes to bypass the auth filter - and make the filter respond in an easy way to debug! #18

Open agstephens opened 2 years ago

agstephens commented 2 years ago

How to make sure you can view the form for a new process on the UI

Get your process ID, e.g.:

PROC_ID="RunNAME1"

Login to the UI server (staging server in this case), and modify the CEDA security rules file, to add the process as open:

ssh root@....staging...
. ./setup-env.sh
vi "/usr/local/birdhouse/etc/phoenix/ceda_process_role_map.json"

Edit this line, adding to open processes list:

    "open": ["CFCheck", "RunNAME1"],

Restart the server:

make restart