mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 22:47:35 +00:00
chore: zitadel service account instead of eventstore (#300)
This commit is contained in:
@@ -3,7 +3,7 @@ BASEDIR=$(dirname "$0")
|
|||||||
gopass sync --store zitadel-secrets
|
gopass sync --store zitadel-secrets
|
||||||
|
|
||||||
# Tracing
|
# Tracing
|
||||||
gopass zitadel-secrets/zitadel/developer/default/zitadel-svc-account-eventstore-local | base64 -D > "$BASEDIR/local_svc-account-tracing.json"
|
gopass zitadel-secrets/zitadel/developer/default/zitadel-svc-account-zitadel-local | base64 -D > "$BASEDIR/local_svc-account-tracing.json"
|
||||||
export GOOGLE_APPLICATION_CREDENTIALS="$BASEDIR/local_svc-account-tracing.json"
|
export GOOGLE_APPLICATION_CREDENTIALS="$BASEDIR/local_svc-account-tracing.json"
|
||||||
|
|
||||||
export ZITADEL_TRACING_PROJECT_ID=caos-citadel-test
|
export ZITADEL_TRACING_PROJECT_ID=caos-citadel-test
|
||||||
|
Reference in New Issue
Block a user