Skip to content

Commit

Permalink
chore!: remove egress anywhere for SSO (#121)
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 289b48f commit f06a174
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 @@ -78,7 +78,9 @@ spec:
description: "SSO Internal"

- direction: Egress
remoteGenerated: Anywhere
remoteNamespace: istio-tenant-gateway
remoteSelector:
app: tenant-ingressgateway
selector:
app.kubernetes.io/name: mattermost-enterprise-edition
port: 443
Expand Down

0 comments on commit f06a174

Please sign in to comment.