File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
api/src/main/java/io/sentrius/sso/config
sentrius-gcp-chart/templates Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- SENTRIUS_VERSION = 1.0.16
1+ SENTRIUS_VERSION = 1.0.17
22SENTRIUS_SSH_VERSION = 1.0.2
33SENTRIUS_KEYCLOAK_VERSION = 1.0.4
44SENTRIUS_AGENT_VERSION = 1.0.11
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public class SecurityConfig {
3939 private final CustomAuthenticationSuccessHandler successHandler ;
4040 final UserService userService ;
4141
42- @ Value ("${https.required:true }" ) // Default is true
42+ @ Value ("${https.required:false }" ) // Default is false
4343 private boolean httpsRequired ;
4444
4545
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ data:
106106 spring.security.oauth2.client.registration.keycloak.scope={{ .Values.sentrius.oauth2.scope }}
107107 spring.security.oauth2.resourceserver.jwt.issuer-uri=https://keycloak.{{ .Values.subdomain }}/realms/sentrius
108108 spring.security.oauth2.client.provider.keycloak.issuer-uri=https://keycloak.{{ .Values.tenant }}.sentrius.cloud/realms/sentrius
109- server.forward-headers-strategy=native
109+ server.forward-headers-strategy=framework
110110 https.redirect.enabled=true
111111 https.required=true
112112 dynamic.properties : |
You can’t perform that action at this time.
0 commit comments