Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TOKEN_ISSUER (0.08 sec)

  1. pilot/pkg/bootstrap/istio_ca.go

    	k8sInCluster = env.Register("KUBERNETES_SERVICE_HOST", "",
    		"Kubernetes service host, set automatically when running in-cluster")
    
    	// This value can also be extracted from the mounted token
    	trustedIssuer = env.Register("TOKEN_ISSUER", "",
    		"OIDC token issuer. If set, will be used to check the tokens.")
    
    	audience = env.Register("AUDIENCE", "",
    		"Expected audience in the tokens. ")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 20.6K bytes
    - Viewed (0)
Back to top