File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
clusters/svc.dd.soeren.cloud/linkding Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 28
28
remoteRef :
29
29
key : " secret/soeren.cloud/env/prod/linkding"
30
30
property : " POSTGRES_USER"
31
+ - secretKey : " OIDC_RP_CLIENT_ID"
32
+ remoteRef :
33
+ key : " soeren.cloud/env/prod/keycloak/soerencloud/clients/linkding"
34
+ property : " client_id"
35
+ - secretKey : " OIDC_RP_CLIENT_SECRET"
36
+ remoteRef :
37
+ key : " soeren.cloud/env/prod/keycloak/soerencloud/clients/linkding"
38
+ property : " secret_id"
Original file line number Diff line number Diff line change @@ -7,17 +7,21 @@ resources:
7
7
- namespace.yaml
8
8
- postgres-pv.yaml
9
9
- external-secret-linkding.yaml
10
- - external-secret-oauth2-proxy.yaml
11
10
components :
12
11
- ../../../apps/linkding/components/istio
13
12
- ../../../apps/linkding/components/oidc
14
13
- ../../../apps/linkding/components/postgres
15
14
- ../../../apps/linkding/components/postgres-pvc
16
15
- ../../../apps/linkding/components/restic-postgres
17
16
configMapGenerator :
18
- - name : oauth2-proxy # TODO: https://github.com/kubernetes-sigs/kustomize/issues/4402
17
+ - name : linkding
18
+ behavior : merge
19
19
literals :
20
- - OAUTH2_PROXY_OIDC_ISSUER_URL=https://keycloak.svc.dd.soeren.cloud/realms/myrealm
20
+ - OIDC_OP_AUTHORIZATION_ENDPOINT=https://auth.dd.soeren.cloud/realms/soerencloud/protocol/openid-connect/auth
21
+ - OIDC_OP_TOKEN_ENDPOINT=https://auth.dd.soeren.cloud/realms/soerencloud/protocol/openid-connect/token
22
+ - OIDC_OP_USER_ENDPOINT=https://auth.dd.soeren.cloud/realms/soerencloud/protocol/openid-connect/userinfo
23
+ - OIDC_OP_JWKS_ENDPOINT=https://auth.dd.soeren.cloud/realms/soerencloud/protocol/openid-connect/certs
24
+ - OIDC_OP_LOGOUT_ENDPOINT=https://auth.dd.soeren.cloud/realms/soerencloud/protocol/openid-connect/logout
21
25
patches :
22
26
- target :
23
27
kind : Deployment
You can’t perform that action at this time.
0 commit comments