Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Update OPID_CLIENT_SECRET value environment variable
Browse files Browse the repository at this point in the history
Signed-off-by: Gregoire Parant <[email protected]>
  • Loading branch information
gparant committed May 19, 2022
1 parent 2cc19f0 commit 14462bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeployer.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ADMIN_API_TOKEN": env.ADMIN_API_TOKEN,
"ADMIN_SOCKETS_TOKEN": env.ADMIN_SOCKETS_TOKEN,
"OPID_CLIENT_ID": "auth-code-client",
"OPID_CLIENT_SECRET": "mySecretHydraWA2022",
"OPID_CLIENT_SECRET": env.ADMIN_API_TOKEN,
"OPID_CLIENT_ISSUER": "https://publichydra-"+url,
"OPID_CLIENT_REDIRECT_URL": "https://"+url+"/oauth/hydra",
"OPID_LOGIN_SCREEN_PROVIDER": "https://pusher-"+url+"/login-screen",
Expand Down

0 comments on commit 14462bf

Please sign in to comment.