Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for supportedAuthType (0.07 sec)

  1. istioctl/pkg/multicluster/remote_secret.go

    		"The name of the specific secret to use from the service-account. Needed when there are multiple secrets in the service account.")
    	var supportedAuthType []string
    	for _, at := range []RemoteSecretAuthType{RemoteSecretAuthTypeBearerToken, RemoteSecretAuthTypePlugin} {
    		supportedAuthType = append(supportedAuthType, string(at))
    	}
    	var supportedSecretType []string
    	for _, at := range []SecretType{SecretTypeRemote, SecretTypeConfig} {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Aug 15 16:31:46 UTC 2024
    - 23.3K bytes
    - Viewed (0)
Back to top