Skip to content

Commit

Permalink
fix: add client_id to whitelisted params (#1701)
Browse files Browse the repository at this point in the history
* fix: add client_id to whitelisted params

* feat: bump dex to v2.13.5
  • Loading branch information
Alex Palesandro authored Oct 31, 2023
1 parent bb436ea commit d98a898
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kommander-auditing-pipeline
- container_image: docker.io/mesosphere/dex-controller:v0.12.2
- container_image: docker.io/mesosphere/dex-controller:v0.12.3
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/dex-controller
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dex-2.13.4-d2iq-defaults
name: dex-2.13.5-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
Expand Down Expand Up @@ -65,6 +65,7 @@ data:
params:
- "state"
- "tenant-id"
- "client_id"
config:
url: "https://dex-dex-controller-webhook-service:18443/connectors"
tlsRootCAFile: "/etc/dex/tls/client/ca.crt"
Expand Down
4 changes: 2 additions & 2 deletions services/dex/2.13.4/dex.yaml → services/dex/2.13.5/dex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-charts-stable
namespace: kommander-flux
version: 2.13.4
version: 2.13.5
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,5 +24,5 @@ spec:
releaseName: dex
valuesFrom:
- kind: ConfigMap
name: dex-2.13.4-d2iq-defaults
name: dex-2.13.5-d2iq-defaults
targetNamespace: ${releaseNamespace}
File renamed without changes.

0 comments on commit d98a898

Please sign in to comment.