blob: f178ea0caaef9c86cd9175364ee2a416e04e949e [file] [log] [blame]
giolekva01b3d3b2021-11-09 17:48:28 +04001apiVersion: hydra.ory.sh/v1alpha1
2kind: OAuth2Client
3metadata:
Giorgi Lekveishvili38496bb2023-06-13 18:56:39 +04004 name: oauth2-client
giolekva01b3d3b2021-11-09 17:48:28 +04005 namespace: {{ .Release.Namespace }}
6spec:
7 grantTypes:
8 - authorization_code
9 responseTypes:
10 - code
11 scope: "openid email profile"
12 secretName: {{ .Values.oauth2.secretName }}
13 redirectUris:
giolekva30850462021-12-01 16:23:50 +040014 - https://{{ .Values.domain }}/oauth2/callback
giolekva01b3d3b2021-11-09 17:48:28 +040015 hydraAdmin:
16 url: {{ .Values.oauth2.hydraAdmin }}
17 port: 80
Giorgi Lekveishvili28ad4512023-06-02 11:44:27 +040018 endpoint: /admin/clients
giolekva01b3d3b2021-11-09 17:48:28 +040019 forwardedProto: https