diff --git a/dex/manifests/cnp.yaml b/dex/manifests/cnp.yaml new file mode 100644 index 00000000..f8e9cddf --- /dev/null +++ b/dex/manifests/cnp.yaml @@ -0,0 +1,15 @@ +apiVersion: cilium.io/v2 +kind: CiliumNetworkPolicy +metadata: + name: allow-external-idp +spec: + egress: + - toFQDNs: + - matchName: gitlab.com + - matchPattern: '*.gitlab.com' + - matchName: login.microsoftonline.com + - matchName: graph.microsoft.com + endpointSelector: + matchLabels: + app.kubernetes.io/name: cerbos +