Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects

Import AbstractCredentialUpdateEventListener from users-roles

Files

+ 7
1
@@ -16,8 +16,14 @@ data:
KEYPAIR_SIGNATURE_ALGORITHM: "{{ .Values.keypair.signatureAlgorithm }}"
KEYPAIR_KEY_LENGTH: "{{ .Values.keypair.keyLength }}"
MICROSERVICE_USERSROLES_URL: "{{ .Values.microservices.usersRolesUrl }}"
MICROSERVICE_USERSROLES_URL: {{ tpl .Values.microservices.usersRolesUrl . | quote }}
{{- if eq .Values.global.profile "authority" }}
MICROSERVICE_IDENTITY_PROVIDER_URL: {{ tpl .Values.microservices.identityProviderUrl . | quote }}
{{- end }}
SIMPL_CERTIFICATE_SAN: "{{ .Values.simpl.certificate.san }}"
CLIENT_AUTHORITY_URL: "{{- include "tls.gateway.url" . }}"
SPRING_PROFILES_ACTIVE: {{ .Values.profile | quote }}
Loading