adjust for release

This commit is contained in:
Wolfgang Hottgenroth 2023-11-07 10:18:49 +01:00
parent 14a1cb8ea3
commit 3c20d31a13
Signed by: wn
GPG Key ID: 836E9E1192A6B132
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,10 @@ The original [traefik-forward-auth](https://github.com/thomseddon/traefik-forwar
The modification of this project is to add minimal authorization functionality. The [traefik-forward-auth](https://home.hottis.de/gitlab/dockerized/traefik-forward-auth/) is configured with a `REQUIRED_ROLE` and access to the resource is only granted if the access token issued by the Identity Provider contains a claim with that particular role. The modification of this project is to add minimal authorization functionality. The [traefik-forward-auth](https://home.hottis.de/gitlab/dockerized/traefik-forward-auth/) is configured with a `REQUIRED_ROLE` and access to the resource is only granted if the access token issued by the Identity Provider contains a claim with that particular role.
## Docker Image
The Docker image can be found at [DockerHub wollud1969/traefik-forward-auth](https://hub.docker.com/r/wollud1969/traefik-forward-auth).
## Configuration ## Configuration
### ... of traefik-forward-auth ### ... of traefik-forward-auth

View File

@ -44,7 +44,7 @@ spec:
containers: containers:
- name: traefik-forward-auth - name: traefik-forward-auth
#image: thomseddon/traefik-forward-auth #image: thomseddon/traefik-forward-auth
image: wollud1969/tfa:test18 image: wollud1969/traefik-forward-auth:3.0.0
imagePullPolicy: Always imagePullPolicy: Always
securityContext: securityContext:
readOnlyRootFilesystem: true readOnlyRootFilesystem: true