Skip to content

Commit

Permalink
Just use walker OIDC client.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmcwhirter committed Sep 26, 2023
1 parent 37a1fc5 commit 06b50af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 1 addition & 6 deletions deploy/k8s/chart/templates/exhort/api/030-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,7 @@ spec:
value: "https://v11y-api.$(NAMESPACE).svc"
- name: GUAC_URL
value: "http://graphql-server:8080/query"
- name: CLIENT_ID
{{ include "trustification.authentication-exhort-client-id" . | nindent 14 }}
{{- with .Values.oidcClients.frontend.scopes }}
- name: SCOPES
value: {{ . | quote }}
{{- end }}
{{ include "trustification.authentication-client" ( dict "root" . "clientId" "walker" ) | nindent 12 }}
volumeMounts:
- mountPath: /etc/config
name: config
Expand Down
4 changes: 0 additions & 4 deletions deploy/trustification.dev/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ oidcClients:
secretKeyRef:
name: oidc-client-walker
key: client-secret
exhort:
issuerUrl: https://sso.staging.trustification.dev/realms/chicken
clientId:
value: testing-manager
testingManager:
issuerUrl: https://sso.staging.trustification.dev/realms/chicken
clientSecret:
Expand Down

0 comments on commit 06b50af

Please sign in to comment.