Compare commits

..
4 Commits
Author SHA1 Message Date
khwezi d485e78498 Merge pull request 'Updated auth configs' (#11) from payments into master
Reviewed-on: #11
2026-06-04 14:14:03 +02:00
Khwezi Mngoma ba3f8f6f9b Updated auth configs
continuous-integration/drone/pr Build is failing
2026-06-04 14:13:26 +02:00
khwezi 815470ab07 Merge pull request 'Mapped environment variables to secret keys' (#10) from payments into master
Reviewed-on: #10
2026-06-04 11:48:32 +02:00
Khwezi Mngoma 16a2516816 Mapped environment variables to secret keys
continuous-integration/drone/pr Build is passing
2026-06-04 11:47:42 +02:00
2 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -54,13 +54,13 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="LiteCharms.Features" Version="1.77.0" /> <PackageReference Include="LiteCharms.Features" Version="1.79.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.77.0" /> <PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.79.0" />
<!-- Global Usings --> <!-- Global Usings -->
<Using Include="Blazored.Toast.Services" /> <Using Include="Blazored.Toast.Services" />
+10
View File
@@ -100,6 +100,16 @@ spec:
- configMapRef: - configMapRef:
name: midrandbooksapi-config name: midrandbooksapi-config
env: env:
- name: AuthentikSettings__ClientId
valueFrom:
secretKeyRef:
name: midrandbooksapi-secrets
key: authentik-clientid
- name: AuthentikSettings__ClientSecret
valueFrom:
secretKeyRef:
name: midrandbooksapi-secrets
key: authentik-clientsecret
- name: BookshopS3Settings__AccessKey - name: BookshopS3Settings__AccessKey
valueFrom: valueFrom:
secretKeyRef: secretKeyRef: