Skip to content

Commit

Permalink
fix(authentik): netpols
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Nov 30, 2024
1 parent 7b0254c commit 92aa9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/deploy/apps/authentik/app/netpol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ spec:
io.kubernetes.pod.namespace: *app
# allow Duo
- toFQDNs:
- &duo matchPattern: "api-*.duosecurity.com"
- &duo { matchPattern: "api-*.duosecurity.com" }
toPorts:
- ports:
- port: "443"
# allow AWS SES
- toFQDNs:
- &smtp matchPattern: "email-smtp.*.amazonaws.com"
- &smtp { matchPattern: "email-smtp.*.amazonaws.com" }
toPorts:
- ports:
- port: "587"
Expand Down

0 comments on commit 92aa9ea

Please sign in to comment.