Merge pull request #7568 from backstage/firestore-keystore

auth-backend: Add Firestore as new key-store provider
This commit is contained in:
Patrik Oldsberg
2021-10-21 14:43:05 +02:00
committed by GitHub
12 changed files with 622 additions and 5 deletions
+9
View File
@@ -292,6 +292,15 @@ scaffolder:
visibility: public # or or 'private'
auth:
### Add auth.keyStore.provider to more granularly control how to store JWK data when running
# the auth-backend.
#
# keyStore:
# provider: firestore
# firestore:
# projectId: my-project
# path: my-sessions
environment: development
### Providing an auth.session.secret will enable session support in the auth-backend
# session: