Reproduction case for backstage/backstage#20174
- Checkout this repo
- Run
yarn install
- Run
yarn backstage-cli config:print --lax --config test-config.yaml
Loaded config from test-config.yaml
app:
baseUrl: x
backend:
listen: 5000
baseUrl: x
database:
client: better-sqlite3
connection: <secret>
techdocs:
builder: local
integrations:
azure:
- host: test
credentials:
- clientSecret: <secret>
- host: dev.azure.com
credentials:
- organizations:
- my-org
personalAccessToken: <secret>
- organizations:
- my-other-org
clientSecret: <secret>
Loaded config from test-config.yaml
app:
baseUrl: x
backend:
listen: 5000
baseUrl: x
database:
client: better-sqlite3
connection: <secret>
techdocs:
builder: local
integrations:
azure:
- host: test
credentials:
- clientSecret: azure-client-secret
- host: dev.azure.com
credentials:
- organizations:
- my-org
personalAccessToken: azure-pat
- organizations:
- my-other-org
clientSecret: azure-client-secret
This repo was created via npx @backstage/create-app@latest
.
Node.js version v18.17.1