There was an error while loading. Please reload this page.
1 parent 2718f62 commit 2b89630Copy full SHA for 2b89630
1 file changed
scripts/integration.sh
@@ -39,11 +39,14 @@ EOF
39
cat > "$BUSBAR_CONFIG" <<EOF
40
listen: "127.0.0.1:${PORT}"
41
admin_listen: "127.0.0.1:${ADMIN_PORT}"
42
+# 1.5.3: inline module entries under `auth.admin_auth:` were retired. Each identity provider is
43
+# DEFINED once here and REFERENCED by bare name below; busbar refuses to boot the old inline shape.
44
+identity-providers:
45
+ admin-tokens: { module: admin-tokens, token: { env: BUSBAR_ADMIN_TOKEN } }
46
auth:
47
chain: [keys]
48
signing_key: { file: "${WORK}/signing.key" }
- admin_auth:
- - admin-tokens: { token: { env: BUSBAR_ADMIN_TOKEN } }
49
+ admin_auth: [admin-tokens]
50
providers:
51
mock:
52
api_key: { env: MOCK_KEY }
0 commit comments