Skip to content

Commit

Permalink
gatekeeper update to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krankkkk committed Jan 16, 2025
1 parent 5792706 commit b033d9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions charts/oidc-forward-auth/Changelog.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Chart version: 1.7.0
- AppVersion update to 3.0.2
- encryption-key is now required by default

### Chart version: 1.6.2
- Security settings for pod
- AppVersion update to 2.14.3
Expand Down
5 changes: 3 additions & 2 deletions charts/oidc-forward-auth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ description: |
charts:
oidc-forward-auth:
namespace: routing
targetRevision: "1.6.2"
targetRevision: "1.7.0"
parameters:
gatekeeper.config.client-id: "${vault:whatever/data/keycloak/keycloak_proxy_admin#client_id}"
gatekeeper.config.client-secret: "${vault:whatever/data/keycloak/keycloak_proxy_admin#client_secret}"
gatekeeper.config.encryption-key: "${vault:whatever/data/keycloak/keycloak_proxy_admin#encryption-key}"
gatekeeper.config.discovery-url: "https://{{.Values.projectValues.authDomain}}/realms/{{.Values.projectValues.context}}"
ingress.host: "my.protected.domain"
```
Expand All @@ -34,7 +35,7 @@ description: |
enabled: true
```
name: oidc-forward-auth
version: 1.6.2
version: 1.7.0
dependencies:
- name: gatekeeper
repository: https://gogatekeeper.github.io/helm-gogatekeeper
Expand Down
2 changes: 1 addition & 1 deletion charts/oidc-forward-auth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gatekeeper:
# -- Required: discovery url to retrieve the openid configuration, i.e. "https://keycloak.example.com/realms/<realm>"
discovery-url:

# -- Highly Recommended: encryption key used to encryption the session state
# -- Required: encryption key used to encryption the session state
encryption-key:

# important: do not proxy requests to upstream, useful for forward-auth usage (with nginx, traefik)
Expand Down

0 comments on commit b033d9c

Please sign in to comment.