Update ODCS config with new spec for users and groups
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
eb03b3de86
commit
9b2739908b
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue