Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 929 for authn (0.13 sec)

  1. pkg/kubelet/server/auth.go

    Adrian Reber <******@****.***> 1707476545 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 19 18:09:38 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/auth.proxycfg

    Rama Chavali <******@****.***> 1671589100 +0530
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 21 02:18:20 UTC 2022
    - 343 bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                    description: |-
                      Determines where in the filter chain this `WasmPlugin` is to be injected.
    
                      Valid Options: AUTHN, AUTHZ, STATS
                    enum:
                    - UNSPECIFIED_PHASE
                    - AUTHN
                    - AUTHZ
                    - STATS
                    type: string
                  pluginConfig:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. pilot/pkg/xds/auth.go

    Kuat <******@****.***> 1714436805 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inject/auth.yaml

    John Howard <******@****.***> 1565919828 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 16 01:43:48 UTC 2019
    - 460 bytes
    - Viewed (0)
  6. src/crypto/tls/auth.go

    Filippo Valsorda <******@****.***> 1716375063 +0200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:45:37 UTC 2024
    - 10K bytes
    - Viewed (0)
  7. pkg/credentialprovider/config.go

    	ident.Email = tmp.Email
    
    	if len(tmp.Auth) == 0 {
    		return nil
    	}
    
    	ident.Username, ident.Password, err = decodeDockerConfigFieldAuth(tmp.Auth)
    	return err
    }
    
    // MarshalJSON implements the json.Marshaler interface.
    func (ident DockerConfigEntry) MarshalJSON() ([]byte, error) {
    	toEncode := dockerConfigEntryWithAuth{ident.Username, ident.Password, ident.Email, ""}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 19 15:11:57 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  8. tests/integration/telemetry/api/registry_setup_test.go

    func createDockerCredential(user, passwd, registry string) string {
    	credentials := `{
    	"auths":{
    		"%v":{
    			"username": "%v",
    			"password": "%v",
    			"email": "******@****.***",
    			"auth": "%v"
    		}
    	}
    }`
    	auth := base64.StdEncoding.EncodeToString([]byte(user + ":" + passwd))
    	return fmt.Sprintf(credentials, registry, user, passwd, auth)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 04 22:47:52 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  9. tests/integration/ambient/registry_setup_test.go

    func createDockerCredential(user, passwd, registry string) string {
    	credentials := `{
    	"auths":{
    		"%v":{
    			"username": "%v",
    			"password": "%v",
    			"email": "******@****.***",
    			"auth": "%v"
    		}
    	}
    }`
    	auth := base64.StdEncoding.EncodeToString([]byte(user + ":" + passwd))
    	return fmt.Sprintf(credentials, registry, user, passwd, auth)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 21:02:05 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  10. pilot/pkg/model/push_context.go

    	envoyFiltersByNamespace map[string][]*EnvoyFilterWrapper
    
    	// wasm plugins for each namespace including global config namespace
    	wasmPluginsByNamespace map[string][]*WasmPluginWrapper
    
    	// AuthnPolicies contains Authn policies by namespace.
    	AuthnPolicies *AuthenticationPolicies `json:"-"`
    
    	// AuthzPolicies stores the existing authorization policies in the cluster. Could be nil if there
    	// are no authorization policies in the cluster.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top