Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CERT_SIGNER_DOMAIN (0.18 sec)

  1. pilot/pkg/features/security.go

    				continue
    			}
    			res.Insert(types.NamespacedName{
    				Namespace: ns,
    				Name:      sa,
    			})
    		}
    		return res
    	}()
    
    	CertSignerDomain = env.Register("CERT_SIGNER_DOMAIN", "", "The cert signer domain info").Get()
    
    	UseCacertsForSelfSignedCA = env.Register("USE_CACERTS_FOR_SELF_SIGNED_CA", false,
    		"If enabled, istiod will use a secret named cacerts to store its self-signed istio-"+
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 13 03:50:59 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. tests/integration/security/external_ca/main_test.go

        - pem: |
    {{.rootcert2 | indent 8}}
          certSigners:
          - {{.signer2}}
    {{- if not .isConfigCluster}}
    components:
      pilot:
        enabled: true
        k8s:
          env:
          - name: CERT_SIGNER_DOMAIN
            value: clusterissuers.istio.io
          - name: PILOT_CERT_PROVIDER
            value: k8s.io/clusterissuers.istio.io/signer2
          overlays:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 22 14:18:21 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top