Skip to content
Snippets Groups Projects
Commit 7516d826 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

authentication condition in configuration.tmpl that creates a bug (maybe put it back later)

parent bec90ba3
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ spring:
security:
enabled: false
{{ if (not .Env.AUTHENTICATION) or (eq .Env.AUTHENTICATION "1") }}
hbp:
client:
clientId: {{ default .Env.CLIENT_ID "996f97c5-a3ca-460e-b18b-00df3e2be89a" }}
......@@ -28,7 +27,6 @@ hbp:
clientAuthenticationScheme: form
resource:
userInfoUri: {{ default .Env.USER_INFO_URI "https://services.humanbrainproject.eu/oidc/userinfo" }}
{{ end }}
logging:
level:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment