changed oauth2 strategy to work around multiple role bug

This commit is contained in:
Marco Lettere 2021-06-11 09:14:12 +02:00
parent f3ec4f6327
commit a8b8f41446
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@
"PUT /(.*) admin", "PUT /(.*) admin",
"DELETE /(.*) admin", "DELETE /(.*) admin",
"GET /api/(.*) *", "GET /api/(.*) *",
"GET /(.*) viewer,admin" "GET /(.*) viewer"
] ]
} }

View File

@ -1,6 +1,5 @@
--- ---
- hosts: pre_infra - hosts: pre_infra
#- hosts: localhost
vars_files: vars_files:
- roles/workers/defaults/smtp.yaml - roles/workers/defaults/smtp.yaml
- roles/pep/defaults/pep_credentials.yaml - roles/pep/defaults/pep_credentials.yaml