Updated auth configs
continuous-integration/drone/pr Build is failing

This commit is contained in:
Khwezi Mngoma
2026-06-04 14:13:26 +02:00
parent 16a2516816
commit ba3f8f6f9b
2 changed files with 4 additions and 4 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" />
+2 -2
View File
@@ -100,12 +100,12 @@ spec:
- configMapRef: - configMapRef:
name: midrandbooksapi-config name: midrandbooksapi-config
env: env:
- name: AuthentikSettings__ApiResourceName - name: AuthentikSettings__ClientId
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: midrandbooksapi-secrets name: midrandbooksapi-secrets
key: authentik-clientid key: authentik-clientid
- name: AuthentikSettings__ApiResourceSecret - name: AuthentikSettings__ClientSecret
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: midrandbooksapi-secrets name: midrandbooksapi-secrets