Skip to content
Snippets Groups Projects
Commit 376018a7 authored by Mark's avatar Mark
Browse files

add sso meta data

parent 14622ee6
No related branches found
No related tags found
1 merge request!40WIP: Update hydra
Pipeline #6371 failed with stages
in 1 second
......@@ -3,6 +3,7 @@ apiVersion: hydra.ory.sh/v1alpha1
kind: OAuth2Client
metadata:
name: {{ .clientName | quote }}
{{ include "single-sign-on.labels" . | indent 4 }}
spec:
grantTypes:
{{- range .grantTypes }}
......
......@@ -3,6 +3,7 @@ apiVersion: v1
kind: Secret
metadata:
name: oauth2-client-{{ .clientName}}
{{ include "single-sign-on.labels" . | indent 4 }}
type: Opaque
data:
value: {{ .clientSecret | b64enc }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment