From e372ffdbcf874102d6aad5527075188b5651d880 Mon Sep 17 00:00:00 2001 From: William Petit Date: Fri, 7 Mar 2025 16:48:00 +0100 Subject: [PATCH] feat: use hydra-maester fork see https://github.com/ory/hydra-maester/issues/151 --- components/oidc-test/resources/oauth2-client.yaml | 1 + examples/k8s/kind/cluster/kustomization.yaml | 3 ++- .../hydra-maester/resources/hydra-maester-deployment.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/components/oidc-test/resources/oauth2-client.yaml b/components/oidc-test/resources/oauth2-client.yaml index 6c7cda4..c07915b 100644 --- a/components/oidc-test/resources/oauth2-client.yaml +++ b/components/oidc-test/resources/oauth2-client.yaml @@ -16,3 +16,4 @@ spec: - https://example.net/oauth2/callback postLogoutRedirectUris: - https://example.net + userInfoSignedResponseAlg: "RS256" diff --git a/examples/k8s/kind/cluster/kustomization.yaml b/examples/k8s/kind/cluster/kustomization.yaml index 60be946..84aa26a 100644 --- a/examples/k8s/kind/cluster/kustomization.yaml +++ b/examples/k8s/kind/cluster/kustomization.yaml @@ -1,11 +1,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://forge.cadoles.com/CadolesKube/c-kustom//crds?ref=develop + - https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.31.0/crds.yaml - https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml - ./resources/olm - https://forge.cadoles.com/CadolesKube/c-kustom//base/cloudnative-pg-operator?ref=develop - https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml + - https://forge.cadoles.com/CadolesKube/hydra-maester//config/crd?ref=issue-151 patches: - path: patches/nginx-controller.yaml diff --git a/resources/hydra/resources/hydra-maester/resources/hydra-maester-deployment.yaml b/resources/hydra/resources/hydra-maester/resources/hydra-maester-deployment.yaml index 743e15a..62dbe13 100644 --- a/resources/hydra/resources/hydra-maester/resources/hydra-maester-deployment.yaml +++ b/resources/hydra/resources/hydra-maester/resources/hydra-maester-deployment.yaml @@ -26,7 +26,7 @@ spec: spec: containers: - name: hydra-maester - image: reg.cadoles.com/proxy_cache/oryd/hydra-maester:v0.0.25 + image: reg.cadoles.com/wpetit/hydra-maester:latest imagePullPolicy: IfNotPresent envFrom: - configMapRef: -- 2.17.1