Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for Credential (0.15 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'api.cors.allow.credentials'. <br>
         * The value is, e.g. true <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getApiCorsAllowCredentials();
    
        /**
         * Is the property for the key 'api.cors.allow.credentials' true? <br>
         * The value is, e.g. true <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  2. prow/config/calico.yaml

                  - -felix-ready
                  - -bird-ready
                periodSeconds: 10
                timeoutSeconds: 10
              volumeMounts:
                # For maintaining CNI plugin API credentials.
                - mountPath: /host/etc/cni/net.d
                  name: cni-net-dir
                  readOnly: false
                - mountPath: /lib/modules
                  name: lib-modules
                  readOnly: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    func http2buildCommonHeaderMaps() {
    	common := []string{
    		"accept",
    		"accept-charset",
    		"accept-encoding",
    		"accept-language",
    		"accept-ranges",
    		"age",
    		"access-control-allow-credentials",
    		"access-control-allow-headers",
    		"access-control-allow-methods",
    		"access-control-allow-origin",
    		"access-control-expose-headers",
    		"access-control-max-age",
    		"access-control-request-headers",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.25.md

    A security issue was discovered in kube-apiserver that could allow an attacker controlled aggregated API server to redirect client traffic to any URL.  This could lead to the client performing unexpected actions as well as leaking the client's credentials to third parties. 
    
    There is no mitigation from this issue.  Cluster admins should take care to secure aggregated API servers and should not grant access to mutate `APIService`s to untrusted parties.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
Back to top