Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for jwt_authn (0.13 sec)

  1. pkg/config/xds/filter_types.gen.go

    	_ "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/json_to_metadata/v3"
    	_ "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/jwt_authn/v3"
    	_ "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/kill_request/v3"
    	_ "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/local_ratelimit/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 02:48:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  2. pilot/pkg/bootstrap/server.go

    		&authenticate.ClientCertAuthenticator{},
    	}
    	if args.JwtRule != "" {
    		jwtAuthn, err := initOIDC(args, s.environment.Watcher)
    		if err != nil {
    			return nil, fmt.Errorf("error initializing OIDC: %v", err)
    		}
    		if jwtAuthn == nil {
    			return nil, fmt.Errorf("JWT authenticator is nil")
    		}
    		authenticators = append(authenticators, jwtAuthn)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 46.3K bytes
    - Viewed (0)
Back to top