From 96494c900220973f1864832b8e0e2cec90eb2335 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 21 Feb 2024 14:37:58 +0100 Subject: [PATCH] fix: add idp and auth external cnp:s --- charts/dex/resources/allow-dex-external-access.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/dex/resources/allow-dex-external-access.yaml b/charts/dex/resources/allow-dex-external-access.yaml index f8e9cddf..db4107a6 100644 --- a/charts/dex/resources/allow-dex-external-access.yaml +++ b/charts/dex/resources/allow-dex-external-access.yaml @@ -9,6 +9,8 @@ spec: - matchPattern: '*.gitlab.com' - matchName: login.microsoftonline.com - matchName: graph.microsoft.com + - matchName: idp.*.oceanbox.io + - matchName: auth.*.oceanbox.io endpointSelector: matchLabels: app.kubernetes.io/name: cerbos