Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PILOT_ENABLE_XDS_IDENTITY_CHECK (0.28 sec)

  1. pilot/pkg/features/security.go

    	XDSAuth = env.Register("XDS_AUTH", true,
    		"If true, will authenticate XDS clients.").Get()
    
    	EnableXDSIdentityCheck = env.Register(
    		"PILOT_ENABLE_XDS_IDENTITY_CHECK",
    		true,
    		"If enabled, pilot will authorize XDS clients, to ensure they are acting only as namespaces they have permissions for.",
    	).Get()
    
    	// TODO: Move this to proper API.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 13 03:50:59 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top