fix: use correct Auth0 US region domain in WIF token script (refs #127)
All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 34s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 51s
Deploy to Staging / Verify Staging (pull_request) Successful in 8s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 7s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped
All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 34s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 51s
Deploy to Staging / Verify Staging (pull_request) Successful in 8s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 7s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped
Domain was motovaultpro.auth0.com (404) instead of motovaultpro.us.auth0.com. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -14,7 +14,7 @@ set -e
|
|||||||
|
|
||||||
CLIENT_ID_FILE="/run/secrets/auth0-ocr-client-id"
|
CLIENT_ID_FILE="/run/secrets/auth0-ocr-client-id"
|
||||||
CLIENT_SECRET_FILE="/run/secrets/auth0-ocr-client-secret"
|
CLIENT_SECRET_FILE="/run/secrets/auth0-ocr-client-secret"
|
||||||
AUTH0_DOMAIN="motovaultpro.auth0.com"
|
AUTH0_DOMAIN="motovaultpro.us.auth0.com"
|
||||||
AUDIENCE="https://iam.googleapis.com/projects/487954699429/locations/global/workloadIdentityPools/motovaultpro-pool/providers/auth0-provider"
|
AUDIENCE="https://iam.googleapis.com/projects/487954699429/locations/global/workloadIdentityPools/motovaultpro-pool/providers/auth0-provider"
|
||||||
|
|
||||||
# Read credentials from Docker secrets
|
# Read credentials from Docker secrets
|
||||||
|
|||||||
Reference in New Issue
Block a user