Compare commits

...

10 Commits

Author SHA1 Message Date
khwezi bc2b9f81e0 Merge pull request 'Simplified logn and logout process' (#46) from mock-data into main
Reviewed-on: #46
2026-06-05 08:22:30 +02:00
Khwezi Mngoma db74ffbebe Simplified logn and logout process
continuous-integration/drone/pr Build is passing
2026-06-05 08:21:50 +02:00
khwezi 49279c0cec Merge pull request 'Added port stripping' (#45) from mock-data into main
Reviewed-on: #45
2026-06-05 07:40:24 +02:00
Khwezi Mngoma 8f68d8c60e Added port stripping
continuous-integration/drone/pr Build is passing
2026-06-05 07:39:58 +02:00
khwezi edabe266e5 Merge pull request 'Refactored https logni proto handling' (#44) from mock-data into main
Reviewed-on: #44
2026-06-05 06:44:12 +02:00
Khwezi Mngoma 58dc67e680 Refactored https logni proto handling
continuous-integration/drone/pr Build is passing
2026-06-05 06:43:36 +02:00
khwezi 248dd32b1b Merge pull request 'Added support for forwarded headers' (#43) from mock-data into main
Reviewed-on: #43
2026-06-05 06:30:37 +02:00
Khwezi Mngoma 5123a4d3ac Added support for forwarded headers
continuous-integration/drone/pr Build is passing
2026-06-05 06:29:55 +02:00
khwezi 1645b6bbae Merge pull request 'Fixed secrets mappings' (#42) from mock-data into main
Reviewed-on: #42
2026-06-05 06:17:30 +02:00
Khwezi Mngoma ae51a3a864 Fixed secrets mappings
continuous-integration/drone/pr Build is passing
2026-06-05 06:16:42 +02:00
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -18,13 +18,13 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="LiteCharms.Features" Version="1.82.0" /> <PackageReference Include="LiteCharms.Features" Version="1.86.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.86.0" />
<!-- Global Usings --> <!-- Global Usings -->
<Using Include="Blazored.Toast.Services" /> <Using Include="Blazored.Toast.Services" />
+3 -2
View File
@@ -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: