diff --git a/roles/conductor/templates/oauth2_auth.cfg.j2 b/roles/conductor/templates/oauth2_auth.cfg.j2 index 73938a4..24798b4 100644 --- a/roles/conductor/templates/oauth2_auth.cfg.j2 +++ b/roles/conductor/templates/oauth2_auth.cfg.j2 @@ -17,7 +17,7 @@ "PUT /(.*) admin", "DELETE /(.*) admin", "GET /api/(.*) *", - "GET /(.*) viewer,admin" + "GET /(.*) viewer" ] } diff --git a/site-pre.yaml b/site-pre.yaml index 3947368..96244af 100644 --- a/site-pre.yaml +++ b/site-pre.yaml @@ -1,6 +1,5 @@ --- - hosts: pre_infra -#- hosts: localhost vars_files: - roles/workers/defaults/smtp.yaml - roles/pep/defaults/pep_credentials.yaml