Skip to content
Snippets Groups Projects
Commit 2ab92b77 authored by kostas's avatar kostas
Browse files

Set the ssl-required to none

parent 68ff221a
No related branches found
No related tags found
1 merge request!19Feat/186 experiment refactor
......@@ -56,7 +56,7 @@ keycloak:
credentials:
secret: {{ .Env.KEYCLOAK_CLIENT_SECRET }}
principal-attribute: "preferred_username"
ssl-required: {{ .Env.KEYCLOAK_SSL_REQUIRED }}
ssl-required: none
### EXTERNAL FILES ###
# Files are imported when building the docker image
......
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