Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add nexus default realm role to bundle config #126

Merged
merged 2 commits into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion bundles/uds-core-swf/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,33 @@ packages:
# Nexus
- name: nexus
repository: ghcr.io/defenseunicorns/packages/uds/nexus
ref: 3.68.0-uds.0-registry1
ref: 3.68.0-uds.1-registry1
overrides:
nexus:
nexus:
values:
- path: sso.realm
value:
- "NexusAuthenticatingRealm"
- "SamlRealm"
- "DefaultRole"
- "User-Token-Realm"
- path: nexus.docker.enabled
value: true
- path: nexus.docker.registries
value:
- host: nexus-docker.${DOMAIN}
port: 5000
uds-nexus-config:
variables:
- path: "sso.enabled"
name: NEXUS_SSO_ENABLED
values:
- path: additionalNetworkExposures
value:
- service: nexus-nexus-repository-manager-docker-5000
selector:
app.kubernetes.io/instance: nexus
gateway: tenant
host: nexus-docker
port: 5000