Compare commits
16
Commits
1.18
..
a688bc816a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a688bc816a | ||
|
|
895d99a2e5 | ||
|
|
4fe801583e | ||
|
|
de714d2271 | ||
|
|
af3d40531b | ||
|
|
64b46865cf | ||
|
|
bc2b9f81e0 | ||
|
|
db74ffbebe | ||
|
|
49279c0cec | ||
|
|
8f68d8c60e | ||
|
|
edabe266e5 | ||
|
|
58dc67e680 | ||
|
|
248dd32b1b | ||
|
|
5123a4d3ac | ||
|
|
1645b6bbae | ||
|
|
ae51a3a864 |
@@ -18,13 +18,13 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="LiteCharms.Features" Version="1.82.0" />
|
<PackageReference Include="LiteCharms.Features" Version="1.88.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- UI -->
|
<!-- UI -->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="ANM.Blazored.Toast" Version="0.1.1" />
|
<PackageReference Include="ANM.Blazored.Toast" Version="0.1.1" />
|
||||||
<PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.82.0" />
|
<PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.88.0" />
|
||||||
|
|
||||||
<!-- Global Usings -->
|
<!-- Global Usings -->
|
||||||
<Using Include="Blazored.Toast.Services" />
|
<Using Include="Blazored.Toast.Services" />
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ data:
|
|||||||
AuthentikSettings__Authority: "https://id.khongisa.co.za/application/o/midrand-books-api-uat/"
|
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__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/"
|
AuthentikSettings__RevokationEndpoint: "https://id.khongisa.co.za/application/o/revoke/"
|
||||||
|
ASPNETCORE_FORWARDEDHEADERS_ENABLED: "true"
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
@@ -101,12 +102,12 @@ spec:
|
|||||||
- name: AuthentikSettings__ClientId
|
- name: AuthentikSettings__ClientId
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: midrandbooksapi-secrets
|
name: midrandbooks-secrets
|
||||||
key: authentik-clientid
|
key: authentik-clientid
|
||||||
- name: AuthentikSettings__ClientSecret
|
- name: AuthentikSettings__ClientSecret
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: midrandbooksapi-secrets
|
name: midrandbooks-secrets
|
||||||
key: authentik-clientsecret
|
key: authentik-clientsecret
|
||||||
- name: BookshopS3Settings__AccessKey
|
- name: BookshopS3Settings__AccessKey
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user