Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 164 for Authenticators (0.56 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.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
    - 79.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_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
    - 79.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_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, "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
    - 83.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_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, "ECANCELED", "operation canceled"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
  5. cmd/kubelet/app/options/options.go

    	fs.DurationVar(&c.Authentication.Webhook.CacheTTL.Duration, "authentication-token-webhook-cache-ttl", c.Authentication.Webhook.CacheTTL.Duration, ""+
    		"The duration to cache responses from the webhook token authenticator.")
    	fs.StringVar(&c.Authentication.X509.ClientCAFile, "client-ca-file", c.Authentication.X509.ClientCAFile, ""+
    		"If set, any request presenting a client certificate signed by one of the authorities in the client-ca-file "+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  6. pkg/generated/openapi/zz_generated.openapi.go

    							},
    						},
    						SchemaProps: spec.SchemaProps{
    							Description: "Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver.",
    							Type:        []string{"array"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

                    "default": "",
                    "type": "string"
                  },
                  "type": "array"
                },
                "description": "Extra corresponds to the user.Info.GetExtra() method from the authenticator.  Since that is input to the authorizer it needs a reflection here.",
                "type": "object"
              },
              "groups": {
                "description": "Groups is the groups you're testing for.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.8.md

    few seconds. ([#50258](https://github.com/kubernetes/kubernetes/pull/50258), [@liggitt](https://github.com/liggitt))
    
    * The OpenID Connect authenticator can now use a custom prefix, or omit the default prefix, for username and groups claims through the --oidc-username-prefix and --oidc-groups-prefix flags. For example, the authenticator can map a user with the username "jane" to "google:jane" by supplying the "google:" username prefix. ([#50875](https://github.com/kubernetes/kubernetes/pull/50875),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "properties": {
            "audiences": {
              "description": "Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver.",
              "items": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  10. api/openapi-spec/swagger.json

          "properties": {
            "audiences": {
              "description": "Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver.",
              "items": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top