change image for whoami-oidc

how about not using custom-patched 3yo stuff
This commit is contained in:
rasmus 2024-02-12 08:13:05 +02:00
parent 4eb3649649
commit 0e884305cc
1 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@ spec:
displayName: Whoami (oidc-tester-app) displayName: Whoami (oidc-tester-app)
uri: https://whoami-oidc.k-space.ee uri: https://whoami-oidc.k-space.ee
redirectUris: redirectUris:
- https://whoami-oidc.k-space.ee/oauth2/callback - https://whoami-oidc.k-space.ee/auth/callback
grantTypes: grantTypes:
- authorization_code - authorization_code
- refresh_token - refresh_token
@ -38,27 +38,27 @@ spec:
spec: spec:
containers: containers:
- name: whoami-oidc - name: whoami-oidc
image: harbor.k-space.ee/jtagcat/oidc-tester-app@sha256:9e811f2a0ab2ca1a29fd05daca3aab61ad4960e9327527d0725d53aaa60ba184 image: beryju/oidc-test-client:latest@sha256:442e4d6c0468df4f1bc1012cc9276918072df93bfada7d84eb14385f5af23a6a
env: env:
- name: TESTER_PUBLIC_URL - name: OIDC_ROOT_URL
value: https://whoami-oidc.k-space.ee/ value: https://whoami-oidc.k-space.ee
- name: TESTER_ISSUER - name: OIDC_PROVIDER
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: oidc-client-whoami-oidc-owner-secrets name: oidc-client-whoami-oidc-owner-secrets
key: OIDC_GATEWAY_URI key: OIDC_GATEWAY_URI
- name: TESTER_CLIENT_ID - name: OIDC_CLIENT_ID
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: oidc-client-whoami-oidc-owner-secrets name: oidc-client-whoami-oidc-owner-secrets
key: OIDC_CLIENT_ID key: OIDC_CLIENT_ID
- name: TESTER_CLIENT_SECRET - name: OIDC_CLIENT_SECRET
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: oidc-client-whoami-oidc-owner-secrets name: oidc-client-whoami-oidc-owner-secrets
key: OIDC_CLIENT_SECRET key: OIDC_CLIENT_SECRET
ports: ports:
- containerPort: 8080 - containerPort: 9009
name: http name: http
--- ---
apiVersion: v1 apiVersion: v1