Skip to content

Commit dfa0b89

Browse files
timothyF95Atrax1
andauthored
Update staging Auth0 details (#25)
* Update staging Auth0 details * Apply suggestions from code review Use correct values Co-authored-by: Clement <clement.erena78@gmail.com> * cleanup * update the url * Update internal/environments/environments.yaml Co-authored-by: Clement <clement.erena78@gmail.com> * Update internal/environments/environments.yaml Co-authored-by: Clement <clement.erena78@gmail.com> --------- Co-authored-by: Clement <clement.erena78@gmail.com>
1 parent 2f9efe8 commit dfa0b89

2 files changed

Lines changed: 10 additions & 15 deletions

File tree

internal/environments/environments.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const (
2323
EnvVarCapabilitiesRegistryAddress = "CRE_CLI_CAPABILITIES_REGISTRY_ADDRESS"
2424
EnvVarCapabilitiesRegistryChainName = "CRE_CLI_CAPABILITIES_REGISTRY_CHAIN_NAME"
2525

26-
DefaultEnv = "SANDBOX"
26+
DefaultEnv = "STAGING"
2727
)
2828

2929
//go:embed environments.yaml
Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
ENVIRONMENTS:
22
SANDBOX:
33
CRE_CLI_UI_URL: https://cre-ui.main.sand.cldev.sh
4-
CRE_CLI_AUTH_BASE: https://dev-f48jy845kzu6r36b.us.auth0.com
5-
CRE_CLI_CLIENT_ID: "E4J2Dv6BXo5r5rr7G0DPfxkz2AZtoaOU"
6-
CRE_CLI_AUDIENCE: "https://dev-f48jy845kzu6r36b.us.auth0.com/api/v2/"
7-
CRE_CLI_GRAPHQL_URL: https://cre-platform-graphql.main.sand.cldev.sh/graphql
8-
CRE_CLI_USER_POOL_ID: us-west-2_EGfnXKUQR
4+
CRE_CLI_AUTH_BASE: https://cre-sandbox.us.auth0.com
5+
CRE_CLI_CLIENT_ID: KERrSYowuRhVyXUrI3u7pI8nnY95bIGt
6+
CRE_CLI_AUDIENCE: https://graphql.cre.dev.internal.cldev.sh/
7+
CRE_CLI_GRAPHQL_URL: https://graphql.cre.dev.internal.cldev.sh/graphql
98
CRE_VAULT_DON_GATEWAY_URL: https://cre-gateway.main.sand.cldev.sh
10-
CRE_GATEWAY_URL: https://cre-gateway.main.sand.cldev.sh
119

1210
CRE_CLI_WORKFLOW_REGISTRY_ADDRESS: "0xBc9Eb5D8358c9dF4E74fF149E15891F88f0203a6"
1311
CRE_CLI_WORKFLOW_REGISTRY_CHAIN_NAME: "ethereum-testnet-sepolia-base-1" # base-sepolia
@@ -17,17 +15,14 @@ ENVIRONMENTS:
1715

1816
STAGING:
1917
CRE_CLI_UI_URL: https://cre-ui.main.stage.cldev.sh
20-
CRE_CLI_AUTH_BASE: https://dev-f48jy845kzu6r36b.us.auth0.com
21-
CRE_CLI_CLIENT_ID: "E4J2Dv6BXo5r5rr7G0DPfxkz2AZtoaOU"
22-
CRE_CLI_AUDIENCE: "https://dev-f48jy845kzu6r36b.us.auth0.com/api/v2/"
23-
CRE_CLI_GRAPHQL_URL: https://cre-platform-graphql.main.stage.cldev.sh/graphql
24-
CRE_CLI_USER_POOL_ID: "us-west-2_WuxfEGZDQ"
25-
CRE_VAULT_DON_GATEWAY_URL: https://cre-gateway.main.sand.cldev.sh
26-
CRE_GATEWAY_URL: https://cre-gateway.main.sand.cldev.sh
18+
CRE_CLI_AUTH_BASE: https://cre-staging.us.auth0.com
19+
CRE_CLI_CLIENT_ID: pKF1lgw56KKUo5LCl8kEREtVY50YB2Gd
20+
CRE_CLI_AUDIENCE: https://graphql.cre.stage.internal.cldev.sh/
21+
CRE_CLI_GRAPHQL_URL: https://graphql.cre.stage.internal.cldev.sh/graphql
22+
CRE_VAULT_DON_GATEWAY_URL: https://cre-gateway.main.stage.cldev.sh
2723

2824
CRE_CLI_WORKFLOW_REGISTRY_ADDRESS: "0xcF4629d8DC7a5fa17F4D77233F5b953225669821"
2925
CRE_CLI_WORKFLOW_REGISTRY_CHAIN_NAME: "ethereum-testnet-sepolia-base-1" # base-sepolia
3026

3127
CRE_CLI_CAPABILITIES_REGISTRY_ADDRESS: "0x3392AC757B05bCb0DCEcBE298674462Dd30DEd29"
3228
CRE_CLI_CAPABILITIES_REGISTRY_CHAIN_NAME: "ethereum-testnet-sepolia-base-1" # base-sepolia
33-

0 commit comments

Comments
 (0)