forked from gCubeSystem/conductor-setup
changed oauth2 strategy to work around multiple role bug
This commit is contained in:
parent
f3ec4f6327
commit
a8b8f41446
|
@ -17,7 +17,7 @@
|
|||
"PUT /(.*) admin",
|
||||
"DELETE /(.*) admin",
|
||||
"GET /api/(.*) *",
|
||||
"GET /(.*) viewer,admin"
|
||||
"GET /(.*) viewer"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
- hosts: pre_infra
|
||||
#- hosts: localhost
|
||||
vars_files:
|
||||
- roles/workers/defaults/smtp.yaml
|
||||
- roles/pep/defaults/pep_credentials.yaml
|
||||
|
|
Loading…
Reference in New Issue