Skip to content

Commit

Permalink
chore!: remove egress anywhere for SSO (#177)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
Racer159 authored Jul 24, 2024
1 parent 4909378 commit 996181d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chart/templates/uds-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,9 @@ spec:
description: "SSO Internal"

- direction: Egress
remoteGenerated: Anywhere
remoteNamespace: istio-tenant-gateway
remoteSelector:
app: tenant-ingressgateway
selector:
app: webservice
port: 443
Expand Down

0 comments on commit 996181d

Please sign in to comment.