| Giorgi Lekveishvili | 3598266 | 2024-04-05 13:05:40 +0400 | [diff] [blame] | 1 | apiVersion: hydra.ory.sh/v1alpha1 |
| 2 | kind: OAuth2Client |
| 3 | metadata: |
| 4 | name: jenkins-oauth2-client |
| 5 | namespace: szdt |
| 6 | spec: |
| 7 | grantTypes: |
| 8 | - authorization_code |
| 9 | hydraAdmin: |
| 10 | endpoint: /admin/clients |
| 11 | forwardedProto: https |
| 12 | port: 80 |
| 13 | url: http://hydra-admin.szdt-core-auth.svc.cluster.local |
| 14 | redirectUris: |
| 15 | - https://jenkins.p.v0.dodo.cloud/securityRealm/finishLogin |
| 16 | scope: openid profile email offline offline_access |
| 17 | secretName: jenkins-oauth2-credentials |
| 18 | tokenEndpointAuthMethod: client_secret_post |