adjust for release
This commit is contained in:
parent
14a1cb8ea3
commit
3c20d31a13
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user