Skip to content

Commit

Permalink
fix: add nexus default realm role to bundle config (#126)
Browse files Browse the repository at this point in the history
chore: update nexus
  • Loading branch information
anthonywendt committed Jun 10, 2024
1 parent 0b6147f commit 0f31e12
Showing 1 changed file with 24 additions and 1 deletion.
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

0 comments on commit 0f31e12

Please sign in to comment.