diff --git a/charts/dex/resources/allow-dex-external-access.yaml b/resources/atlantis/host-manifests/allow-idp-external-access.yaml similarity index 78% rename from charts/dex/resources/allow-dex-external-access.yaml rename to resources/atlantis/host-manifests/allow-idp-external-access.yaml index b09dac34..1c4bf5d7 100644 --- a/charts/dex/resources/allow-dex-external-access.yaml +++ b/resources/atlantis/host-manifests/allow-idp-external-access.yaml @@ -5,13 +5,11 @@ metadata: spec: egress: - toFQDNs: - - matchName: gitlab.com - - matchPattern: '*.gitlab.com' - matchName: login.microsoftonline.com - matchName: graph.microsoft.com endpointSelector: matchExpressions: - key: app.kubernetes.io/namecerbos - operatpr: In + operator: In values: [ cerbos, dex ]