Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for CA_PROVIDER (0.15 sec)

  1. pkg/controller/certificates/signer/ca_provider.go

    sivchari <******@****.***> 1639679602 +0900
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 16 18:33:22 UTC 2021
    - 2.8K bytes
    - Viewed (0)
  2. pkg/test/csrctrl/signer/ca_provider.go

    gy95 <******@****.***> 1635322479 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 27 08:14:39 UTC 2021
    - 4.4K bytes
    - Viewed (0)
  3. pilot/cmd/pilot-agent/options/options.go

    		"The output directory for the key and certificate. If empty, key and certificate will not be saved. "+
    			"Must be set for VMs using provisioning certificates.").Get()
    
    	caProviderEnv = env.Register("CA_PROVIDER", "Citadel", "name of authentication provider").Get()
    	caEndpointEnv = env.Register("CA_ADDR", "", "Address of the spiffe certificate provider. Defaults to discoveryAddress").Get()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 09 19:21:50 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  4. architecture/security/istio-agent.md

    a new one will be generated on demand.
    
    ## Configuration
    
    | Variable | Description |
    | - | - |
    |CA_ADDR|Address of CA, defaults to discoveryAddress|
    |CA_PROVIDER|Type of CA; supported values are GoogleCA or Citadel (although anything but GoogleCA will use Citadel); defaults to Citadel|
    |PROV_CERT|certificates to be used for mTLS communication with control plane only; NOT for workload mTLS|
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 22 16:45:50 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  5. manifests/charts/istio-control/istio-discovery/values.yaml

        # will be used as the certificates for workloads.
        # The default value is "" and when caName="", the CA will be configured by other
        # mechanisms (e.g., environmental variable CA_PROVIDER).
        caName: ""
    
        # whether to use autoscaling/v2 template for HPA settings
        # for internal usage only, not to be configured by users.
        autoscalingv2API: true
    
      base:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  6. manifests/charts/istiod-remote/values.yaml

        # will be used as the certificates for workloads.
        # The default value is "" and when caName="", the CA will be configured by other
        # mechanisms (e.g., environmental variable CA_PROVIDER).
        caName: ""
        # whether to use autoscaling/v2 template for HPA settings
        # for internal usage only, not to be configured by users.
        autoscalingv2API: true
      base:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // will be used as the certificates for workloads.
      // The default value is "" and when caName="", the CA will be configured by other
      // mechanisms (e.g., environmental variable CA_PROVIDER).
      string caName = 65;
    
      // TODO: remove this?
      // No longer used.
      google.protobuf.BoolValue autoscalingv2API = 66;
    
      // Platform in which Istio is deployed. Possible values are: "openshift" and "gcp"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  8. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// will be used as the certificates for workloads.
    	// The default value is "" and when caName="", the CA will be configured by other
    	// mechanisms (e.g., environmental variable CA_PROVIDER).
    	CaName string `protobuf:"bytes,65,opt,name=caName,proto3" json:"caName,omitempty"`
    	// TODO: remove this?
    	// No longer used.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    For example, when caName=GkeWorkloadCertifica, GKE workload certificates # will be used as the certificates for workloads. # The default value is "" and when caName="", the CA will be configured by other # mechanisms (e.g., environmental variable CA_PROVIDER). caName: "" # whether to use autoscaling/v2 template for HPA settings # for internal usage only, not to be configured by users. autoscalingv2API: true base: # For istioctl usage to disable istio config crds in base enableIstioConfigCRD: true #...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top