Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 248dd32b1b | |||
| 5123a4d3ac | |||
| 1645b6bbae | |||
| ae51a3a864 |
@@ -29,6 +29,7 @@ data:
|
||||
AuthentikSettings__Authority: "https://id.khongisa.co.za/application/o/midrand-books-api-uat/"
|
||||
AuthentikSettings__MetadataEndpoint: "https://id.khongisa.co.za/application/o/midrand-books-uat/.well-known/openid-configuration"
|
||||
AuthentikSettings__RevokationEndpoint: "https://id.khongisa.co.za/application/o/revoke/"
|
||||
ASPNETCORE_FORWARDEDHEADERS_ENABLED: "true"
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
@@ -101,12 +102,12 @@ spec:
|
||||
- name: AuthentikSettings__ClientId
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: midrandbooksapi-secrets
|
||||
name: midrandbooks-secrets
|
||||
key: authentik-clientid
|
||||
- name: AuthentikSettings__ClientSecret
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: midrandbooksapi-secrets
|
||||
name: midrandbooks-secrets
|
||||
key: authentik-clientsecret
|
||||
- name: BookshopS3Settings__AccessKey
|
||||
valueFrom:
|
||||
|
||||
Reference in New Issue
Block a user