Skip to content

Commit

Permalink
update errant client_secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
krumware authored and jawadqur committed Jan 25, 2023
1 parent be36851 commit 5e44083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ manifests:
global.hostname: localhost
portal.image.repository: quay.io/cdis/data-portal
portal.image.tag: master
fence.FENCE_CONFIG.OPENID_CONNECT.google.client_id: "xxx"
fence.FENCE_CONFIG.OPENID_CONNECT.google.secret: 'xxx'
fence.FENCE_CONFIG.OPENID_CONNECT.google.client_id: 'xxx'
fence.FENCE_CONFIG.OPENID_CONNECT.google.client_secret: 'xxx'
# ingress.hostnames.admin: admin.localhost
# ingress.hostnames.backend: hf.localhost
# ingress.hostnames.shell: shell.hf.localhost
Expand Down

0 comments on commit 5e44083

Please sign in to comment.