Skip to content

Commit 996181d

Browse files
authoredJul 24, 2024··
chore!: remove egress anywhere for SSO (#177)
## Description > [!IMPORTANT] > ⚠️ **BREAKING CHANGE** This is a breaking change that requires `uds-core` `v0.22.0` but locks down GitLab to have no `remoteGenerated: Anywhere` entries by default. ## Related Issue Relates to defenseunicorns/uds-core#558 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [X] Other (security config, docs update, etc) ## Checklist before merging - [X] Test, docs, adr added or updated as needed - [X] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-package-gitlab/blob/main/CONTRIBUTING.md#developer-workflow) followed
1 parent 4909378 commit 996181d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎chart/templates/uds-package.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,9 @@ spec:
363363
description: "SSO Internal"
364364

365365
- direction: Egress
366-
remoteGenerated: Anywhere
366+
remoteNamespace: istio-tenant-gateway
367+
remoteSelector:
368+
app: tenant-ingressgateway
367369
selector:
368370
app: webservice
369371
port: 443

0 commit comments

Comments
 (0)
Please sign in to comment.