Skip to content

Commit

Permalink
Fix client id
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepdeJong committed Nov 2, 2023
1 parent 701be77 commit bb2d835
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/events/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@ spec:
- name: SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_WISVCHCONNECT_CLIENTURI
value: https://ch.tudelft.nl/events
- name: SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_WISVCHCONNECT_CLIENT_ID
value: events-cloud
value: null
valueFrom:
secretKeyRef:
name: events
key: connect-client-id
- name: SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_WISVCHCONNECT_CLIENT_SECRET
value: null
valueFrom:
Expand Down

0 comments on commit bb2d835

Please sign in to comment.