Merge pull request #3523 from keshann93/auth-env-prop

Introducing env prop to have configurable authentication env
This commit is contained in:
Fredrik Adelöw
2020-12-04 14:17:45 +01:00
committed by GitHub
4 changed files with 89 additions and 17 deletions
+14
View File
@@ -0,0 +1,14 @@
---
'@backstage/core': minor
---
Introducing a new optional property within `app-config.yaml` called `auth.environment` to have configurable environment value for `auth.providers`
**Default Value:** 'development'
**Optional Values:** 'production' | 'development'
**Migration-steps:**
- To override the default value, one could simply introduce the new property `environment` within the `auth` section of the `config.yaml`
- re-run the build to reflect the changed configs