Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Helm Chart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Helm Chart
Commits
aad49125
Commit
aad49125
authored
8 months ago
by
Vojdan Kjorveziroski
Browse files
Options
Downloads
Patches
Plain Diff
add spec for new nmaas-sp
parent
28cc3dc6
No related branches found
No related tags found
1 merge request
!7
Resolve "Add support for new nmaas-sp"
Pipeline
#88948
passed
8 months ago
Stage: version
Stage: test
Stage: document
Stage: publish
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
charts/nmaas/templates/nmaas-sp-deployment.yaml
+7
-1
7 additions, 1 deletion
charts/nmaas/templates/nmaas-sp-deployment.yaml
charts/nmaas/values.yaml
+4
-1
4 additions, 1 deletion
charts/nmaas/values.yaml
with
11 additions
and
2 deletions
charts/nmaas/templates/nmaas-sp-deployment.yaml
+
7
−
1
View file @
aad49125
...
@@ -48,7 +48,13 @@ spec:
...
@@ -48,7 +48,13 @@ spec:
-
name
:
SP_HOST
-
name
:
SP_HOST
value
:
{{
.Values.sp.host | default .Values.global.nmaasDomain | quote
}}
value
:
{{
.Values.sp.host | default .Values.global.nmaasDomain | quote
}}
-
name
:
SP_USED_ID
-
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
:
imagePullSecrets
:
-
name
:
{{
.Values.global.registrysecret
}}
-
name
:
{{
.Values.global.registrysecret
}}
{{
- end -
}}
{{
- end -
}}
This diff is collapsed.
Click to expand it.
charts/nmaas/values.yaml
+
4
−
1
View file @
aad49125
...
@@ -245,7 +245,7 @@ sp:
...
@@ -245,7 +245,7 @@ sp:
name
:
nmaas-sp
name
:
nmaas-sp
image
:
image
:
repository
:
artifactory.software.geant.org/nmaas-docker-local/nmaas-sp
repository
:
artifactory.software.geant.org/nmaas-docker-local/nmaas-sp
tag
:
"
1.
2.0
"
tag
:
"
1.
6.3
"
pullPolicy
:
Always
pullPolicy
:
Always
ingress
:
ingress
:
# -- defaults to .Values.platform.properties.k8s.ingress.controller.ingressClass if not set
# -- defaults to .Values.platform.properties.k8s.ingress.controller.ingressClass if not set
...
@@ -259,6 +259,9 @@ sp:
...
@@ -259,6 +259,9 @@ sp:
name
:
edugain
name
:
edugain
uri
:
https://login.terena.org/wayf/saml2/idp/metadata.php
uri
:
https://login.terena.org/wayf/saml2/idp/metadata.php
userId
:
uid
userId
:
uid
remoteUser
:
email
entityId
:
https://keycloak.example.com/realms/master
metadataUrl
:
https://keycloak.example.com/realms/master/protocol/saml/descriptor
helm
:
helm
:
enabled
:
true
enabled
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment