chore: add sample sso values
Compare changes
- Thomas Runyon authored
chart/sso.yaml
0 → 100644
+ 71
− 0
UNCLASSIFIED - NO CUI
Currently supported Big Bang Version is 2.49
Attention Iron Bank Customers: On March 27, 2025, we are moving SBOM artifacts from the Anchore Scan job to the Build job to streamline the container hardening pipeline. If you currently download SBOMs from the Anchore Scan job, you can still get them from the Build job and from other sources, including IBFE and image attestations.
Summary
Provide a sample SSO configuration for local development
Relevant logs/screenshots
/cc @branden.cobb this current file does not seem to work with sonarqube. I suspect i need the certificate? Could you try this out:
The HelmRelease:
values:
hostname: bigbang.dev
image:
pullSecret: private-registry
istio:
enabled: true
monitoring:
enabled: true
sonarProperties:
sonar.auth.saml.applicationId: platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-saml-sonarqube
sonar.auth.saml.enabled: true
sonar.auth.saml.loginUrl: https://login.dso.mil/auth/realms/baby-yoda/protocol/saml
sonar.auth.saml.providerId: https://login.dso.mil/auth/realms/baby-yoda
sonar.auth.saml.providerName: P1 SSO
sonar.auth.saml.user.email: email
sonar.auth.saml.user.login: login
sonar.auth.saml.user.name: name
sonar.core.serverBaseURL: https://sonarqube.bigbang.dev
valuesFrom:
- kind: Secret
name: values
valuesKey: sonarqube.yaml
But the SSO button doesn't redirect to p1 sso.
UNCLASSIFIED - NO CUI