Updated auth configs #11
@@ -54,13 +54,13 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="LiteCharms.Features" Version="1.77.0" />
|
||||
<PackageReference Include="LiteCharms.Features" Version="1.79.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- UI -->
|
||||
<ItemGroup>
|
||||
<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 -->
|
||||
<Using Include="Blazored.Toast.Services" />
|
||||
|
||||
@@ -100,12 +100,12 @@ spec:
|
||||
- configMapRef:
|
||||
name: midrandbooksapi-config
|
||||
env:
|
||||
- name: AuthentikSettings__ApiResourceName
|
||||
- name: AuthentikSettings__ClientId
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: midrandbooksapi-secrets
|
||||
key: authentik-clientid
|
||||
- name: AuthentikSettings__ApiResourceSecret
|
||||
- name: AuthentikSettings__ClientSecret
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: midrandbooksapi-secrets
|
||||
|
||||
Reference in New Issue
Block a user