Add missing test_site RBAC config in values.yaml
The RBAC rule for test_site was missing from the values.yaml. This change adds the rule. Change-Id: I8a7477c3f4a8135a2cec4fa6738d9e5b8925fb7a
This commit is contained in:
parent
e232975db8
commit
fd665208b1
@ -395,6 +395,7 @@ conf:
|
||||
workflow_orchestrator:action_update_software: rule:admin_create
|
||||
workflow_orchestrator:action_redeploy_server: rule:admin_create
|
||||
workflow_orchestrator:action_relabel_nodes: rule:admin_create
|
||||
workflow_orchestrator:action_test_site: rule:admin_create
|
||||
rabbitmq:
|
||||
# adding rmq policy to mirror messages from celery queues
|
||||
policies:
|
||||
|
Loading…
Reference in New Issue
Block a user