Skip to content
Snippets Groups Projects

Fix/519 workflow tab throws access denied

Merged Kostas FILIPPOPOLITIS requested to merge fix/519_workflow_tab_throws_access_denied into master
5 files
+ 6
13
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -55,6 +55,7 @@ keycloak:
@@ -55,6 +55,7 @@ keycloak:
auth-server-url: {{ .Env.KEYCLOAK_AUTH_URL }}
auth-server-url: {{ .Env.KEYCLOAK_AUTH_URL }}
realm: {{ .Env.KEYCLOAK_REALM }}
realm: {{ .Env.KEYCLOAK_REALM }}
resource: {{ .Env.KEYCLOAK_CLIENT_ID }}
resource: {{ .Env.KEYCLOAK_CLIENT_ID }}
 
use-resource-role-mappings: true
enable-basic-auth: true
enable-basic-auth: true
credentials:
credentials:
secret: {{ .Env.KEYCLOAK_CLIENT_SECRET }}
secret: {{ .Env.KEYCLOAK_CLIENT_SECRET }}