Skip to content

Commit

Permalink
HOSTSD-277 Fix refresh token (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fosol authored Feb 8, 2024
1 parent 9500002 commit fa2a8d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions devops/kustomize/base/app/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ spec:
secretKeyRef:
name: keycloak
key: KEYCLOAK_CLIENT_SECRET
- name: KEYCLOAK_TOKEN_URL
valueFrom:
configMapKeyRef:
name: keycloak
key: KEYCLOAK_TOKEN_URL
- name: KEYCLOAK_END_SESSION_PATH
valueFrom:
configMapKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion src/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG ASPNETCORE_ENVIRONMENT=Release
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base

RUN apt-get update && apt-get -y upgrade
RUN apt -y install curl libc6-dev libgdiplus
RUN apt-get -y install curl libc6-dev libgdiplus
RUN apt-get clean

EXPOSE 443 8080
Expand Down

0 comments on commit fa2a8d4

Please sign in to comment.