blob: e04418988fe584bdd53de47b82f254fd57c00951 [file] [log] [blame]
apiVersion: hydra.ory.sh/v1alpha1
kind: OAuth2Client
metadata:
name: {{ .Values.name }}
namespace: {{ .Release.Namespace }}
spec:
secretName: {{ .Values.secretName }}
grantTypes: {{ .Values.grantTypes }}
responseTypes: {{ .Values.reponseTypes }}
scope: {{ .Values.scope }}
redirectUris: |-
{{- range .Values.redirectUris }}
- {{ . }}
{{- end}}
hydraAdmin:
endpoint: /admin/clients
forwardedProto: https
port: 80
url: {{ .Values.hydraAdmin }}
tokenEndpointAuthMethod: {{ .Values.tokenEndpointAuthMethod }}