You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/charts/discovery-agent/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The Discovery Agent connects your Kubernetes or OpenShift cluster to Palo Alto N
12
12
> ""
13
13
> ```
14
14
15
-
Required: The TSG (Tenant Service Group) ID to use when connecting to SCM.
15
+
The TSG (Tenant Service Group) ID to use when connecting to SCM. The production SCM server URL is derived from this value. Required unless config.serverURL is set. Mutually exclusive with config.serverURL.
Copy file name to clipboardExpand all lines: deploy/charts/discovery-agent/values.schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -178,12 +178,12 @@
178
178
},
179
179
"helm-values.config.serverURL": {
180
180
"default": "",
181
-
"description": "Explicit SCM server URL (optional).\nIf not set, a production SCM server URL will be created based on the TSG ID. This value is intended for development purposes only and should not be set in production.",
181
+
"description": "Explicit SCM server URL (optional).\nIf not set, the production SCM server URL is derived from config.tsgID. This value is intended for development purposes only and should not be set in production.\nMutually exclusive with config.tsgID.",
182
182
"type": "string"
183
183
},
184
184
"helm-values.config.tsgID": {
185
185
"default": "",
186
-
"description": "Required: The TSG (Tenant Service Group) ID to use when connecting to SCM."
186
+
"description": "The TSG (Tenant Service Group) ID to use when connecting to SCM. The production SCM server URL is derived from this value. Required unless config.serverURL is set. Mutually exclusive with config.serverURL."
" - Use --ngts with --tsg-id and --private-key-path to use the "+string(NGTS) +" mode (--client-id is optional if provided in the credentials secret).\n"+
514
+
" - Use --ngts with --private-key-path and exactly one of --tsg-id or --ngts-server-url to use the "+string(NGTS) +" mode (--client-id is optional if provided in the credentials secret).\n"+
509
515
" - Use (--venafi-cloud with --credentials-file) or (--client-id with --private-key-path) to use the "+string(VenafiCloudKeypair) +" mode.\n"+
510
516
" - Use --venafi-connection for the "+string(VenafiCloudVenafiConnection) +" mode.\n"+
511
517
" - Use --credentials-file alone if you want to use the "+string(JetstackSecureOAuth) +" mode.\n"+
no output mode specified. To enable one of the output modes, you can:
198
-
- Use --ngts with --tsg-id and --private-key-path to use the NGTS mode (--client-id is optional if provided in the credentials secret).
198
+
- Use --ngts with --private-key-path and exactly one of --tsg-id or --ngts-server-url to use the NGTS mode (--client-id is optional if provided in the credentials secret).
199
199
- Use (--venafi-cloud with --credentials-file) or (--client-id with --private-key-path) to use the Venafi Cloud Key Pair Service Account mode.
200
200
- Use --venafi-connection for the Venafi Cloud VenafiConnection mode.
201
201
- Use --credentials-file alone if you want to use the Jetstack Secure OAuth mode.
0 commit comments