Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for authenticating (0.18 sec)

  1. CHANGELOG/CHANGELOG-1.8.md

            * Use StatefulSet for Elasticsearch instead of ReplicationController, with persistent volume claims
            * Require authenticating towards Elasticsearch, as Elasticsearch 5.5 by default requires basic authentication
    * Rebase hyperkube image on debian-hyperkube-base, based on debian-base. ([#48365](https://github.com/kubernetes/kubernetes/pull/48365), [@ixdy](https://github.com/ixdy))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.30.md

    - Structured Authentication Configuration now supports configuring multiple JWT authenticators. The maximum allowed JWT authenticators in the authentication configuration is 64. ([#123431](https://github.com/kubernetes/kubernetes/pull/123431), [@aramase](https://github.com/aramase))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// +optional
    	Portals []string
    	// Optional: whether support iSCSI Discovery CHAP authentication
    	// +optional
    	DiscoveryCHAPAuth bool
    	// Optional: whether support iSCSI Session CHAP authentication
    	// +optional
    	SessionCHAPAuth bool
    	// Optional: CHAP secret for iSCSI target and initiator authentication.
    	// The secret is used if either DiscoveryCHAPAuth or SessionCHAPAuth is true
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.29.md

    ### API Change
    
    - '`kube-apiserver`: adds `--authentication-config` flag for reading `AuthenticationConfiguration`
      files. `--authentication-config` flag is mutually exclusive with the existing `--oidc-*`
      flags.' ([#119142](https://github.com/kubernetes/kubernetes/pull/119142), [@aramase](https://github.com/aramase))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    	DockerConfigJsonKey = ".dockerconfigjson"
    
    	// SecretTypeBasicAuth contains data needed for basic authentication.
    	//
    	// Required at least one of fields:
    	// - Secret.Data["username"] - username used for authentication
    	// - Secret.Data["password"] - password or token needed for authentication
    	SecretTypeBasicAuth SecretType = "kubernetes.io/basic-auth"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication
      // +optional
      optional bool chapAuthDiscovery = 8;
    
      // chapAuthSession defines whether support iSCSI Session CHAP authentication
      // +optional
      optional bool chapAuthSession = 11;
    
      // secretRef is the CHAP Secret for iSCSI target and initiator authentication
      // +optional
      optional SecretReference secretRef = 10;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"chapAuthDiscovery": "chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication",
    	"chapAuthSession":   "chapAuthSession defines whether support iSCSI Session CHAP authentication",
    	"secretRef":         "secretRef is the CHAP Secret for iSCSI target and initiator authentication",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__storage.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
    - 481.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

      // chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication
      // +optional
      optional bool chapAuthDiscovery = 8;
    
      // chapAuthSession defines whether support iSCSI Session CHAP authentication
      // +optional
      optional bool chapAuthSession = 11;
    
      // secretRef is the CHAP Secret for iSCSI target and initiator authentication
      // +optional
      optional SecretReference secretRef = 10;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.22.md

      - `--address`
      The insecure port flags `--port` may only be set to 0 now.
      
      In addtion, please be careful that:
      - controller-manager MUST start with `--authorization-kubeconfig` and `--authentication-kubeconfig` correctly set to get authentication/authorization working.
      - liveness/readiness probes to controller-manager MUST use HTTPS now, and the default port has been changed to 10257.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
Back to top