blob: 0bd797a62d594687bb146882f108e9ca10b841cf [file] [log] [blame]
apiVersion: hydra.ory.sh/v1alpha1
kind: OAuth2Client
metadata:
name: headscale
namespace: {{ .Release.Namespace }}
spec:
grantTypes:
- authorization_code
responseTypes:
- code
scope: "openid profile email"
secretName: {{ .Values.oauth2.secretName }}
redirectUris:
- https://{{ .Values.domain }}/oidc/callback
hydraAdmin:
url: {{ .Values.oauth2.hydraAdmin }}
port: 80
endpoint: /admin/clients
forwardedProto: https