changed oauth2 strategy to work around multiple role bug

master
Marco Lettere 3 years ago
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…
Cancel
Save