Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ParseJwksURI (0.1 sec)

  1. pilot/pkg/security/authn/policy_applier.go

    		// If failed to parse the cluster name, only fallback to let istiod to fetch the jwksUri when
    		// remoteJwksMode is Hybrid.
    		if features.JwksFetchMode != jwt.Istiod && jwtRule.JwksUri != "" {
    			jwksInfo, err := security.ParseJwksURI(jwtRule.JwksUri)
    			if err != nil {
    				authnLog.Errorf("Failed to parse jwt rule jwks uri %v", err)
    			}
    			_, cluster, err := model.LookupCluster(push, jwksInfo.Hostname.String(), jwksInfo.Port)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 09:47:21 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top