Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 165 for Authenticators (0.2 sec)

  1. api/openapi-spec/v3/apis__authentication.k8s.io__v1alpha1_openapi.json

                    "default": "",
                    "type": "string"
                  },
                  "type": "array"
                },
                "description": "Any additional information provided by the authenticator.",
                "type": "object"
              },
              "groups": {
                "description": "The names of groups this user is a part of.",
                "items": {
                  "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:25 UTC 2023
    - 31.5K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__authentication.k8s.io__v1beta1_openapi.json

                    "default": "",
                    "type": "string"
                  },
                  "type": "array"
                },
                "description": "Any additional information provided by the authenticator.",
                "type": "object"
              },
              "groups": {
                "description": "The names of groups this user is a part of.",
                "items": {
                  "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:25 UTC 2023
    - 31.5K bytes
    - Viewed (0)
  3. src/syscall/zerrors_freebsd_riscv64.go

    	75: "program version wrong",
    	76: "bad procedure for program",
    	77: "no locks available",
    	78: "function not implemented",
    	79: "inappropriate file type or format",
    	80: "authentication error",
    	81: "need authenticator",
    	82: "identifier removed",
    	83: "no message of desired type",
    	84: "value too large to be stored in data type",
    	85: "operation canceled",
    	86: "illegal byte sequence",
    	87: "attribute not found",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 67.4K bytes
    - Viewed (0)
  4. src/syscall/zerrors_openbsd_ppc64.go

    	75: "program version wrong",
    	76: "bad procedure for program",
    	77: "no locks available",
    	78: "function not implemented",
    	79: "inappropriate file type or format",
    	80: "authentication error",
    	81: "need authenticator",
    	82: "IPsec processing failure",
    	83: "attribute not found",
    	84: "illegal byte sequence",
    	85: "no medium found",
    	86: "wrong medium type",
    	87: "value too large to be stored in data type",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  5. src/syscall/zerrors_openbsd_riscv64.go

    	75: "program version wrong",
    	76: "bad procedure for program",
    	77: "no locks available",
    	78: "function not implemented",
    	79: "inappropriate file type or format",
    	80: "authentication error",
    	81: "need authenticator",
    	82: "IPsec processing failure",
    	83: "attribute not found",
    	84: "illegal byte sequence",
    	85: "no medium found",
    	86: "wrong medium type",
    	87: "value too large to be stored in data type",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  6. cmd/sts-handlers.go

    		return
    	}
    
    	// It is required that parent user be set.
    	if res.Success.User == "" {
    		writeSTSErrorResponse(ctx, w, ErrSTSUpstreamError, errors.New("A valid user was not returned by the authenticator."))
    		return
    	}
    
    	// Expiry is set as minimum of requested value and value allowed by auth
    	// plugin.
    	expiry := res.Success.MaxValiditySeconds
    	if durationParam != "" && requestedDuration < expiry {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	{77, "ENOLCK", "no locks available"},
    	{78, "ENOSYS", "function not implemented"},
    	{79, "EFTYPE", "inappropriate file type or format"},
    	{80, "EAUTH", "authentication error"},
    	{81, "ENEEDAUTH", "need authenticator"},
    	{82, "EPWROFF", "device power is off"},
    	{83, "EDEVERR", "device error"},
    	{84, "EOVERFLOW", "value too large to be stored in data type"},
    	{85, "EBADEXEC", "bad executable (or shared library)"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go

    	{77, "ENOLCK", "no locks available"},
    	{78, "ENOSYS", "function not implemented"},
    	{79, "EFTYPE", "inappropriate file type or format"},
    	{80, "EAUTH", "authentication error"},
    	{81, "ENEEDAUTH", "need authenticator"},
    	{82, "EIPSEC", "IPsec processing failure"},
    	{83, "ENOATTR", "attribute not found"},
    	{84, "EILSEQ", "illegal byte sequence"},
    	{85, "ENOMEDIUM", "no medium found"},
    	{86, "EMEDIUMTYPE", "wrong medium type"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go

    	{77, "ENOLCK", "no locks available"},
    	{78, "ENOSYS", "function not implemented"},
    	{79, "EFTYPE", "inappropriate file type or format"},
    	{80, "EAUTH", "authentication error"},
    	{81, "ENEEDAUTH", "need authenticator"},
    	{82, "EIDRM", "identifier removed"},
    	{83, "ENOMSG", "no message of desired type"},
    	{84, "EOVERFLOW", "value too large to be stored in data type"},
    	{85, "EILSEQ", "illegal byte sequence"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go

    	{77, "ENOLCK", "no locks available"},
    	{78, "ENOSYS", "function not implemented"},
    	{79, "EFTYPE", "inappropriate file type or format"},
    	{80, "EAUTH", "authentication error"},
    	{81, "ENEEDAUTH", "need authenticator"},
    	{82, "EIDRM", "identifier removed"},
    	{83, "ENOMSG", "no message of desired type"},
    	{84, "EOVERFLOW", "value too large to be stored in data type"},
    	{85, "ECANCELED", "operation canceled"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 70.7K bytes
    - Viewed (0)
Back to top