UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d6a363e3 authored by Brett Charrier's avatar Brett Charrier
Browse files

E to enabled

parent 36f21b06
No related branches found
No related tags found
No related merge requests found
Pipeline #2130294 passed with warnings
......@@ -41,7 +41,7 @@ controller:
{{- if .Values.neuvector.sso.enabled }}
oidcinitcfg.yaml:
always_reload: true
Enable: {{ .Values.neuvector.sso.Enabled }}
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 }}
......
......@@ -582,12 +582,12 @@
"sso": {
"type": "object",
"required": [
"Enabled",
"enabled",
"Client_ID",
"Client_Secret"
],
"properties": {
"Enabled": {
"enabled": {
"type": "boolean"
},
"Client_ID": {
......
......@@ -748,7 +748,7 @@ neuvector:
sso:
# -- Toggle SSO for Neuvector on and off
Enabled: true
enabled: true
# -- OIDC Client ID to use for Neuvector
Client_ID: ""
......
......@@ -191,7 +191,7 @@ twistlock:
neuvector:
sso:
Enabled: true
enabled: true
Client_ID: platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-neuvector
Client_Secret: AyAixE3
Default_Role: admin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment