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

Add oidc user linking variable

parent c45bcd3f
No related branches found
No related tags found
1 merge request!12Resolve "Alfa version of the Helm chart for version 1.7.0"
Pipeline #93055 failed
This commit is part of merge request !12. Comments created here will be created in the context of that merge request.
apiVersion: v2 apiVersion: v2
name: nmaas name: nmaas
description: GÉANT Network Management as a Service Helm chart for Kubernetes description: GÉANT Network Management as a Service Helm chart for Kubernetes
version: 1.3.0-alpha.5 version: 1.3.0-alpha.6
appVersion: 1.7.0-alfa appVersion: 1.7.0-alfa
keywords: keywords:
- Network Management - Network Management
......
...@@ -224,6 +224,8 @@ spec: ...@@ -224,6 +224,8 @@ spec:
value: {{ .Values.platform.properties.oidc.issuerUri | quote }} value: {{ .Values.platform.properties.oidc.issuerUri | quote }}
- name: MULTI_INSTANCE_DEPLOYMENT - name: MULTI_INSTANCE_DEPLOYMENT
value: {{ .Values.platform.properties.multiInstanceSupport | quote }} value: {{ .Values.platform.properties.multiInstanceSupport | quote }}
- name: OIDC_USER_LINKING
value: {{ .Values.platform.properties.oidcUserLinking | quote }}
- name: OIDC_CLIENT_SECRET - name: OIDC_CLIENT_SECRET
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
......
...@@ -85,6 +85,7 @@ platform: ...@@ -85,6 +85,7 @@ platform:
tag: "1.6.5" tag: "1.6.5"
pullPolicy: Always pullPolicy: Always
properties: properties:
oidcUserLinking: true
multiInstanceSupport: false multiInstanceSupport: false
maintenance: false maintenance: false
testInstance: false testInstance: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment