Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 40 for authenticating (0.25 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_menu_path_mapping = "{labels.menu_path_mapping}";
    
        /** The key of the message: Web Authentication */
        public static final String LABELS_menu_web_authentication = "{labels.menu_web_authentication}";
    
        /** The key of the message: File Authentication */
        public static final String LABELS_menu_file_authentication = "{labels.menu_file_authentication}";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__networking.k8s.io__v1alpha1_openapi.json

              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 196.5K bytes
    - Viewed (0)
  7. cluster/gce/util.sh

    EOF
      fi
    }
    
    # cat the Kubelet config yaml for linux nodes
    function print-linux-node-kubelet-config {
      # Keep authentication.x509.clientCAFile in sync with CA_CERT_BUNDLE_PATH in configure-helper.sh
      cat <<EOF
    staticPodPath: /etc/kubernetes/manifests
    authentication:
      x509:
        clientCAFile: /etc/srv/kubernetes/pki/ca-certificates.crt
    EOF
    }
    
    # cat the Kubelet config yaml for windows nodes
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "authentication.k8s.io",
                "kind": "DeleteOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  10. pkg/config/validation/validation.go

    			}
    		}
    		return warnings, multierror.Prefix(errs, fmt.Sprintf("invalid policy %s.%s:", cfg.Name, cfg.Namespace))
    	})
    
    // ValidateRequestAuthentication checks that request authentication spec is well-formed.
    var ValidateRequestAuthentication = RegisterValidateFunc("ValidateRequestAuthentication",
    	func(cfg config.Config) (Warning, error) {
    		in, ok := cfg.Spec.(*security_beta.RequestAuthentication)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
Back to top