Skip to content

Commit

Permalink
fix: add missing sso netpol (#70)
Browse files Browse the repository at this point in the history
## Description
fix: add missing sso netpol causing failure on redirect from sign in
  • Loading branch information
zachariahmiller authored May 10, 2024
1 parent 4ad0339 commit 201d70f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions chart/templates/uds-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,22 @@ spec:
- direction: Egress
remoteGenerated: IntraNamespace

- direction: Egress
remoteNamespace: keycloak
remoteSelector:
app.kubernetes.io/name: keycloak
selector:
app.kubernetes.io/name: mattermost-enterprise-edition
port: 8080
description: "SSO Internal"

- direction: Egress
remoteGenerated: Anywhere
selector:
app.kubernetes.io/name: mattermost-enterprise-edition
port: 443
description: "SSO External"

- direction: Egress
selector:
app.kubernetes.io/name: mattermost-enterprise-edition
Expand Down

0 comments on commit 201d70f

Please sign in to comment.