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
reason="--credentials-file was specified without --venafi-cloud"
475
422
default:
476
-
if!flags.MachineHubMode {
477
-
returnCombinedConfig{}, nil, fmt.Errorf("no TLSPK mode specified and MachineHub mode is disabled. You must either enable the MachineHub mode (using --machine-hub), or enable one of the TLSPK modes.\n"+
478
-
"To enable one of the TLSPK modes, you can:\n"+
479
-
" - Use (--venafi-cloud with --credentials-file) or (--client-id with --private-key-path) to use the "+string(VenafiCloudKeypair) +" mode.\n"+
480
-
" - Use --venafi-connection for the "+string(VenafiCloudVenafiConnection) +" mode.\n"+
481
-
" - Use --credentials-file alone if you want to use the "+string(JetstackSecureOAuth) +" mode.\n"+
482
-
" - Use --api-token if you want to use the "+string(JetstackSecureAPIToken) +" mode.\n"+
483
-
"Note that it is possible to use one of the TLSPK modes along with the MachineHub mode (--machine-hub).")
no TLSPK mode specified and MachineHub mode is disabled. You must either enable the MachineHub mode (using --machine-hub), or enable one of the TLSPK modes.
198
-
To enable one of the TLSPK modes, you can:
197
+
no TLSPK mode specified. To enable one of the TLSPK modes, you can:
199
198
- Use (--venafi-cloud with --credentials-file) or (--client-id with --private-key-path) to use the Venafi Cloud Key Pair Service Account mode.
200
199
- Use --venafi-connection for the Venafi Cloud VenafiConnection mode.
201
200
- Use --credentials-file alone if you want to use the Jetstack Secure OAuth mode.
202
-
- Use --api-token if you want to use the Jetstack Secure API Token mode.
203
-
Note that it is possible to use one of the TLSPK modes along with the MachineHub mode (--machine-hub).`))
201
+
- Use --api-token if you want to use the Jetstack Secure API Token mode.`))
0 commit comments