| Giorgi Lekveishvili | e009a5d | 2024-01-05 14:10:11 +0400 | [diff] [blame] | 1 | apiVersion: hydra.ory.sh/v1alpha1 |
| 2 | kind: OAuth2Client |
| 3 | metadata: |
| 4 | name: {{ .Values.name }} |
| 5 | namespace: {{ .Release.Namespace }} |
| 6 | spec: |
| 7 | secretName: {{ .Values.secretName }} |
| 8 | grantTypes: {{ .Values.grantTypes }} |
| 9 | responseTypes: {{ .Values.reponseTypes }} |
| 10 | scope: {{ .Values.scope }} |
| 11 | redirectUris: {{ .Values.redirectUris }} |
| 12 | hydraAdmin: |
| 13 | endpoint: /admin/clients |
| 14 | forwardedProto: https |
| 15 | port: 80 |
| 16 | url: {{ .Values.hydraAdmin }} |
| 17 | tokenEndpointAuthMethod: {{ .Values.tokenEndpointAuthMethod }} |