Skip to content
Snippets Groups Projects
Commit aad49125 authored by Vojdan Kjorveziroski's avatar Vojdan Kjorveziroski
Browse files

add spec for new nmaas-sp

parent 28cc3dc6
No related branches found
No related tags found
1 merge request!7Resolve "Add support for new nmaas-sp"
Pipeline #88948 passed
......@@ -48,7 +48,13 @@ spec:
- name: SP_HOST
value: {{ .Values.sp.host | default .Values.global.nmaasDomain | quote }}
- name: SP_USED_ID
value: {{ .Values.sp.properties.idp.userId }}
value: {{ .Values.sp.properties.idp.userId | quote }}
- name: SP_REMOTE_USER
value: {{ .Values.sp.properties.idp.remoteUser | quote }}
- name: SP_SSO_ENTITY_ID
value: {{ .Values.sp.properties.idp.entityId | quote }}
- name: SP_METADATA_URL
value: {{ .Values.sp.properties.idp.metadataUrl | quote }}
imagePullSecrets:
- name: {{ .Values.global.registrysecret }}
{{- end -}}
......@@ -245,7 +245,7 @@ sp:
name: nmaas-sp
image:
repository: artifactory.software.geant.org/nmaas-docker-local/nmaas-sp
tag: "1.2.0"
tag: "1.6.3"
pullPolicy: Always
ingress:
# -- defaults to .Values.platform.properties.k8s.ingress.controller.ingressClass if not set
......@@ -259,6 +259,9 @@ sp:
name: edugain
uri: https://login.terena.org/wayf/saml2/idp/metadata.php
userId: uid
remoteUser: email
entityId: https://keycloak.example.com/realms/master
metadataUrl: https://keycloak.example.com/realms/master/protocol/saml/descriptor
helm:
enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment