Skip to content

Commit 647cd73

Browse files
committed
Hard code client id after creation
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent ee0c32c commit 647cd73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

k8s/cloud/base/ory_auth/oauth_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ metadata:
66
data:
77
PL_OAUTH_PROVIDER: hydra
88
PL_AUTH_URI: /oauth/hydra
9-
PL_AUTH_CLIENT_ID: auth-code-client
9+
PL_AUTH_CLIENT_ID: 5d8827bd-a958-415b-a541-3f68ab06e9b5
1010
PL_AUTH_EMAIL_PASSWORD_CONN: ""

k8s/cloud_deps/public/configs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ data:
2727
# Hydra is the easiest option to get started with.
2828
PL_OAUTH_PROVIDER: hydra
2929
PL_AUTH_URI: /oauth/hydra
30-
PL_AUTH_CLIENT_ID: auth-code-client
30+
PL_AUTH_CLIENT_ID: 5d8827bd-a958-415b-a541-3f68ab06e9b5
3131
PL_AUTH_EMAIL_PASSWORD_CONN: ""
3232
---
3333
apiVersion: v1

0 commit comments

Comments
 (0)