UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Big Bang
bigbang
Commits
46991564
Commit
46991564
authored
2 years ago
by
Dean Naqvi
Committed by
Rob Ferguson
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Neuvector SSO integration
parent
1cf45051
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2592
Neuvector SSO integration
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
chart/templates/neuvector/values.yaml
+7
-0
7 additions, 0 deletions
chart/templates/neuvector/values.yaml
chart/values.yaml
+14
-1
14 additions, 1 deletion
chart/values.yaml
docs/assets/configs/example/dev-sso-values.yaml
+9
-0
9 additions, 0 deletions
docs/assets/configs/example/dev-sso-values.yaml
with
30 additions
and
1 deletion
chart/templates/neuvector/values.yaml
+
7
−
0
View file @
46991564
...
...
@@ -34,6 +34,13 @@ controller:
password
:
{{
$neuvectorMetricsPass
}}
role
:
reader
fullname
:
metrics
oidcinitcfg.yaml
:
always_reload
:
true
enable
:
{{
.Values.neuvector.sso.enabled
}}
issuer
:
{{
default (include "sso.url" .) (tpl (default "" .Values.neuvector.sso.issuer) .)
}}
client_id
:
{{
.Values.neuvector.sso.client_id
}}
client_secret
:
{{
.Values.neuvector.sso.client_secret
}}
default_role
:
{{
.Values.neuvector.sso.default_role
}}
monitor
:
install
:
true
...
...
This diff is collapsed.
Click to expand it.
chart/values.yaml
+
14
−
1
View file @
46991564
...
...
@@ -596,9 +596,22 @@ neuvector:
ingress
:
gateway
:
"
"
sso
:
# -- Toggle SSO for Neuvector on and off
enabled
:
true
# -- OIDC Client ID to use for Neuvector
client_id
:
"
"
# -- OIDC Client Secret to use for Neuvector
client_secret
:
"
"
# -- Default role to use for Neuvector OIDC users. Supports admin, reader, or no default
default_role
:
"
"
# -- Flux reconciliation overrides specifically for the Neuvector Package
flux
:
{}
# -- Values to passthrough to the Neuvector chart: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/neuvector.git
values
:
{}
...
...
This diff is collapsed.
Click to expand it.
docs/assets/configs/example/dev-sso-values.yaml
+
9
−
0
View file @
46991564
...
...
@@ -185,6 +185,14 @@ twistlock:
enabled
:
true
client_id
:
platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-twistlock
neuvector
:
sso
:
enabled
:
true
client_id
:
platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-neuvector
client_secret
:
AyAixE3
default_role
:
admin
issuer
:
https://login.dso.mil/auth/realms/baby-yoda
addons
:
authservice
:
enabled
:
true
...
...
@@ -228,6 +236,7 @@ addons:
enabled
:
true
client_id
:
"
platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-mattermost"
client_secret
:
"
no-secret"
nexusRepositoryManager
:
# Nexus requires manual configuration in Keycloak client and cannot be tested with login.dso.mil
# you must test with your own dev deployment. Example: keycloak.bigbang.dev
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment