Skip to content

Commit

Permalink
Update plyaground client id
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Dec 17, 2024
1 parent aa75ac6 commit 0ca11bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.playground
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export AZURE_CLIENT_ID=a593a59c-8f76-490e-937b-a90779039a90
export AZURE_CLIENT_ID=fc082d3c-f792-4190-99f6-b63c1b270ea9
export OAUTH2_REDIS_QA_HOSTNAME=radix-playground-qa.redis.cache.windows.net
export OAUTH2_REDIS_PROD_HOSTNAME=radix-playground-prod.redis.cache.windows.net
export ACTIVE_ENVIRONMENT=prod
4 changes: 2 additions & 2 deletions radixconfig.playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ spec:
SERVICENOW_PROXY_SCOPES: "1b4a22f1-d4a1-4b6a-81b2-fd936daf1786/Application.Read" # scopes must be seperated by comma
CLUSTER_OIDC_ISSUER_URL: ""
CMDB_CI_URL: "https://equinor.service-now.com/selfservice?id=form&table=cmdb_ci_business_app&sys_id={CIID}"
OAUTH2_CLIENT_ID: "a593a59c-8f76-490e-937b-a90779039a90"
OAUTH2_CLIENT_ID: "fc082d3c-f792-4190-99f6-b63c1b270ea9"
authentication:
oauth2:
clientId: "a593a59c-8f76-490e-937b-a90779039a90"
clientId: "fc082d3c-f792-4190-99f6-b63c1b270ea9"
scope: "openid profile offline_access 6dae42f8-4368-4678-94ff-3960e28e3630/user.read email"
setXAuthRequestHeaders: true
setAuthorizationHeader: true
Expand Down

0 comments on commit 0ca11bf

Please sign in to comment.