Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for pki (0.02 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/egressselector/config_test.go

          hostPID: true
          volumes:
            - name: pki
              hostPath:
                path: /etc/srv/kubernetes/pki/konnectivity-agent
          containers:
            - image: registry.k8s.io/proxy-agent:v0.0.3
              name: proxy-agent
              command: ["/proxy-agent"]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 05 02:24:38 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/controlplane/volumes.go

    	}
    	return volumes, volumeMounts
    }
    
    // isExtraVolumeMountNeeded specifies whether /etc/pki/ca-trust/ should be host-mounted into the containers
    // On some systems were we host-mount /etc/ssl/certs, it is also required to mount /etc/pki/ca-trust/. This is needed
    // due to symlinks pointing from files in /etc/ssl/certs into /etc/pki/ca-trust/
    func isExtraVolumeMountNeeded(caCertsExtraVolumePath string) bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 09:33:18 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/phases/certs/certs.go

    )
    
    // CreatePKIAssets will create and write to disk all PKI assets necessary to establish the control plane.
    // If the PKI assets already exists in the target folder, they are used only if evaluated equal; otherwise an error is returned.
    func CreatePKIAssets(cfg *kubeadmapi.InitConfiguration) error {
    	klog.V(1).Infoln("creating PKI assets")
    
    	// This structure cannot handle multilevel CA hierarchies.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 05 10:17:14 UTC 2023
    - 19.4K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/phases/controlplane/volumes_test.go

    		},
    		{
    			name:     "Should ignore files in /etc/pki/ca-trust",
    			ca:       "/etc/pki/ca-trust/my-etcd-ca.crt",
    			cert:     "/etc/pki/ca-trust/my-etcd.crt",
    			key:      "/etc/pki/ca-trust/my-etcd.key",
    			vol:      []v1.Volume{},
    			volMount: []v1.VolumeMount{},
    		},
    		{
    			name:     "Should ignore files in Kubernetes PKI directory (and subdirs)",
    			ca:       k8sCertificatesDir + "/ca/my-etcd-ca.crt",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 09:33:18 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/phases/certs/renewal/manager.go

    		for _, cert := range certs {
    			// create a ReadWriter for certificates stored in the K8s local PKI
    			pkiReadWriter := newPKICertificateReadWriter(rm.cfg.CertificatesDir, cert.BaseName)
    			certConfigMutators := loadCertConfigMutators(cert.BaseName)
    
    			// adds the certificateRenewHandler.
    			// PKI certificates are indexed by name, that is a well know constant defined
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 15K bytes
    - Viewed (0)
  6. pkg/spiffe/spiffe_test.go

    	validRootCertFile1    = filepath.Join(env.IstioSrc, "security/pkg/pki/testdata/spiffe-root-cert-1.pem")
    	validRootCertFile2    = filepath.Join(env.IstioSrc, "security/pkg/pki/testdata/spiffe-root-cert-2.pem")
    	validIntCertFile      = filepath.Join(env.IstioSrc, "security/pkg/pki/testdata/spiffe-int-cert.pem")
    	validWorkloadCertFile = filepath.Join(env.IstioSrc, "security/pkg/pki/testdata/spiffe-workload-cert.pem")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go

    //	    - "10.100.0.1"
    //	  # external:
    //	    # endpoints:
    //	    # - "10.100.0.1:2379"
    //	    # - "10.100.0.2:2379"
    //	    # caFile: "/etcd/kubernetes/pki/etcd/etcd-ca.crt"
    //	    # certFile: "/etcd/kubernetes/pki/etcd/etcd.crt"
    //	    # keyFile: "/etcd/kubernetes/pki/etcd/etcd.key"
    //	networking:
    //	  serviceSubnet: "10.96.0.0/16"
    //	  podSubnet: "10.244.0.0/24"
    //	  dnsDomain: "cluster.local"
    //	kubernetesVersion: "v1.21.0"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 13:30:26 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

    //	    - "10.100.0.1"
    //	  # external:
    //	    # endpoints:
    //	    # - "10.100.0.1:2379"
    //	    # - "10.100.0.2:2379"
    //	    # caFile: "/etcd/kubernetes/pki/etcd/etcd-ca.crt"
    //	    # certFile: "/etcd/kubernetes/pki/etcd/etcd.crt"
    //	    # keyFile: "/etcd/kubernetes/pki/etcd/etcd.key"
    //	networking:
    //	  serviceSubnet: "10.96.0.0/16"
    //	  podSubnet: "10.244.0.0/24"
    //	  dnsDomain: "cluster.local"
    //	kubernetesVersion: "v1.21.0"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/cmd/certs_test.go

    				hasKubeConfigDir(kubeadmconstants.KubernetesDir),
    			},
    		},
    		{
    			name:  "--cert-dir overrides default",
    			flags: []string{"--cert-dir", "/foo/bar/pki"},
    			assertions: []assertion{
    				hasCertDir("/foo/bar/pki"),
    			},
    		},
    		{
    			name:  "--config is loaded",
    			flags: []string{"--config", customConfigPath},
    			assertions: []assertion{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 21 13:26:12 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  10. security/pkg/server/ca/server_test.go

    	"istio.io/istio/pkg/kube/multicluster"
    	"istio.io/istio/pkg/security"
    	"istio.io/istio/pkg/test"
    	"istio.io/istio/pkg/util/sets"
    	mockca "istio.io/istio/security/pkg/pki/ca/mock"
    	caerror "istio.io/istio/security/pkg/pki/error"
    	"istio.io/istio/security/pkg/pki/util"
    	"istio.io/istio/security/pkg/server/ca/authenticate"
    )
    
    type mockAuthenticator struct {
    	authSource     security.AuthSource
    	identities     []string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top