File tree Expand file tree Collapse file tree 7 files changed +189
-189
lines changed
wiz-kubernetes-integration Expand file tree Collapse file tree 7 files changed +189
-189
lines changed Original file line number Diff line number Diff line change @@ -328,4 +328,4 @@ prometheus:
328328git :
329329 url : http://git-proxy.default.svc.cluster.local
330330 branch : master
331- path : " <required-path> "
331+ path : # ./replaceme/
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -57,18 +57,18 @@ wizConnector:
5757 annotations : {}
5858 secretName : " "
5959
60- connectorId : " <required-connector-id> "
61- connectorToken : " <required-connector-token> "
62- targetDomain : " <required-target-domain> "
63- targetIp : " <required-target-ip> "
64- targetPort : " <required-target-port> "
65- tunnelServerDomain : " <required-tunnel-server-domain> "
66- tunnelServerPort : " <required-tunnel-server-port> "
60+ connectorId : " "
61+ connectorToken : " "
62+ targetDomain : " "
63+ targetIp : " "
64+ targetPort : " "
65+ tunnelServerDomain : " "
66+ tunnelServerPort : " "
6767 tunnelClientAllowedDomains : []
6868
6969wizApiToken :
70- clientId : " <required-client-id> " # Client ID of the Wiz Service Account.
71- clientToken : " <required-client-token> " # Client secret of the Wiz Service Account.
70+ clientId : " " # Client ID of the Wiz Service Account.
71+ clientToken : " " # Client secret of the Wiz Service Account.
7272 clientEndpoint : " " # Defaults to commercial.
7373 # If `global.isFedRamp` is `true`, this field gets automatically set to `fedramp`.
7474
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ autoCreateConnector:
7474 proxySidecarPort : 15000
7575
7676wizApiToken :
77- clientId : " <required-client-id> " # Client ID of the Wiz Service Account.
78- clientToken : " <required-client-token> " # Client secret of the Wiz Service Account.
77+ clientId : " " # Client ID of the Wiz Service Account.
78+ clientToken : " " # Client secret of the Wiz Service Account.
7979 clientEndpoint : " " # Defaults to commercial.
8080 # If `global.isFedRamp` is `true`, this field gets automatically set to `fedramp`.
8181
Original file line number Diff line number Diff line change 88
99 # Wiz Service Account used to authenticate to Wiz.
1010 wizApiToken :
11- clientId : " <required-client-id> " # Client ID of the Wiz Service Account.
12- clientToken : " <required-client-token> " # Client secret of the Wiz Service Account.
11+ clientId : " " # Client ID of the Wiz Service Account.
12+ clientToken : " " # Client secret of the Wiz Service Account.
1313 clientEndpoint : " " # Defaults to commercial.
1414 # If `global.isFedRamp` is `true`, this field gets automatically set to `fedramp`.
1515
Original file line number Diff line number Diff line change 99 env : " "
1010 clientId : " "
1111 clientSecret : " "
12- outpostId : " <required-outpost-id> "
12+ outpostId : " "
1313 outpostRegion : partition-1
1414
1515secret :
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ wizApiToken:
8888 name : " "
8989
9090 # The chart will refuse to install unless these are set to valid values
91- clientId : " <required-clientId> "
92- clientToken : " <required-clientToken> "
91+ clientId : " "
92+ clientToken : " "
9393 clientEndpoint : " " # Set custom endpoint - should be "fedramp" for FEDRAMP environments
9494
9595httpProxyConfiguration :
@@ -133,8 +133,8 @@ imagePullSecret:
133133 # For general directions on how to pre-create this kind of secret please refer to:
134134 # https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#registry-secret-existing-credentials
135135 # the default registry server URL to use in the secret is wizio.azurecr.io. For FEDRAMP use wizfedramp.azurecr.us.
136- username : " <required-username> "
137- password : " <required-password> "
136+ username : " "
137+ password : " "
138138
139139 # override the default name of the pull secret
140140 # If not set and create is true, a name is generated using the fullname template
You can’t perform that action at this time.
0 commit comments