Skip to content

Commit

Permalink
chore!: remove egress anywhere for SSO (#102)
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 3d342e5 commit 2c5dd72
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions chart/templates/uds-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ spec:
host: sonarqube
port: 9000
allow:
# Todo: wide open for hitting in-cluster or external postgres
- direction: Egress
podLabels:
app: sonarqube
remoteGenerated: Anywhere

- direction: Egress
remoteNamespace: keycloak
remoteSelector:
Expand All @@ -59,7 +53,9 @@ spec:
description: "SSO Internal"

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

0 comments on commit 2c5dd72

Please sign in to comment.