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

Fixing scope

parent 358820e3
No related branches found
No related tags found
1 merge request!40WIP: Update hydra
Pipeline #6373 failed with stages
in 1 second
......@@ -4,7 +4,7 @@ kind: OAuth2Client
metadata:
name: {{ .clientName | quote }}
labels:
{{ include "single-sign-on.labels" . | indent 4 }}
{{ include "single-sign-on.labels" $ | indent 4 }}
spec:
grantTypes:
{{- range .grantTypes }}
......
......@@ -2,9 +2,9 @@
apiVersion: v1
kind: Secret
metadata:
name: oauth2-client-{{ .clientName}}
labels:
{{ include "single-sign-on.labels" . | indent 4 }}
name: oauth2-client-{{ .clientName}}
labels:
{{ 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