Update ODCS config with new spec for users and groups

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-05-09 05:39:23 +02:00
parent eb03b3de86
commit 9b2739908b
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ odcs_target_dir_url: https://odcs.fedoraproject.org/composes
# for taskotron.
# Give access to sgallagh to be able to generate testing composes for new
# modules.
odcs_allowed_clients_users: ["jscotka", "sgallagh"]
odcs_allowed_clients_users: {"jscotka": {}, "sgallagh": {}}
# For the MOTD
csi_security_category: Low

View file

@ -5,8 +5,8 @@ odcs_pdc_insecure: False
odcs_pdc_develop: True
odcs_target_dir: /srv/odcs
odcs_target_dir_url: http://{{ inventory_hostname }}/composes
odcs_allowed_clients_groups: ["sysadmin-mbs"]
odcs_allowed_clients_users: []
odcs_allowed_clients_groups: {"sysadmin-mbs": {}}
odcs_allowed_clients_users: {}
odcs_admin_groups: ["sysadmin-mbs"]
odcs_admin_users: []
odcs_allowed_source_types: ["tag", "module"]