Difference between revisions of "Automatic user configuration"
Jump to navigation
Jump to search
(Created page with "== Automatic user configuration == Some details of this process are not yet clear but... When experiment is approved and scheduled, [http://www.isis.stfc.ac.uk/user-office/...") |
|||
Line 3: | Line 3: | ||
Some details of this process are not yet clear but... | Some details of this process are not yet clear but... | ||
− | When experiment is approved and scheduled, [http://www.isis.stfc.ac.uk/user-office/ User office] approves it and some information is provided to Catalog service, giving the user | + | When experiment is approved and scheduled, [http://www.isis.stfc.ac.uk/user-office/ User office] approves it and some information is provided to [Catalog service[, giving the user rights to access the the data in the catalog. At some stage(what stage) special .json file in the format: |
+ | |||
+ | { | ||
+ | "Last Updated": 20150413, | ||
+ | "experiments": | ||
+ | [ | ||
+ | { | ||
+ | "RbNumber": "1234567", | ||
+ | "Instrument": "MERLIN", | ||
+ | "Cycle": "2013/4", | ||
+ | "StartDate": "20131203", | ||
+ | "Permissions": [ | ||
+ | { | ||
+ | "email": "YYYY@stfc.ac.uk", | ||
+ | "fedid": "XXXXX" | ||
+ | }, | ||
+ | { | ||
+ | "email": "warren.jeffs@stfc.ac.uk", | ||
+ | "fedid": "gpq43739" | ||
+ | }, | ||
+ | { | ||
+ | "email": "alex.buts@stfc.ac.uk", | ||
+ | "fedid": "wkc26243" | ||
+ | } | ||
+ | ] | ||
+ | }, | ||
+ | { "NEXT RB NUMBER"" | ||
+ | } |
Revision as of 15:00, 26 November 2015
Automatic user configuration
Some details of this process are not yet clear but...
When experiment is approved and scheduled, User office approves it and some information is provided to [Catalog service[, giving the user rights to access the the data in the catalog. At some stage(what stage) special .json file in the format:
{ "Last Updated": 20150413, "experiments": [ { "RbNumber": "1234567", "Instrument": "MERLIN", "Cycle": "2013/4", "StartDate": "20131203", "Permissions": [ { "email": "YYYY@stfc.ac.uk", "fedid": "XXXXX" }, { "email": "warren.jeffs@stfc.ac.uk", "fedid": "gpq43739" }, { "email": "alex.buts@stfc.ac.uk", "fedid": "wkc26243" } ] }, { "NEXT RB NUMBER"" }