Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 74 for uds (0.31 sec)

  1. pkg/security/security.go

    	WorkloadIdentitySocketPath = "./var/run/secrets/workload-spiffe-uds/socket"
    
    	// CredentialNameSocketPath is the well-known path to the Unix Domain Socket for Credential Name.
    	CredentialNameSocketPath = "./var/run/secrets/credential-uds/socket"
    
    	// CredentialMetaDataName is the name in node meta data.
    	CredentialMetaDataName = "credential"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/testdata/sidecar-injector-configmap-with-revision-canary.yaml

            {{- end }}
            - mountPath: /etc/istio/proxy
              name: istio-envoy
            {{- if .Values.global.sds.enabled }}
            - mountPath: /var/run/sds
              name: sds-uds-path
              readOnly: true
            - mountPath: /var/run/secrets/tokens
              name: istio-token
            {{- if .Values.global.sds.customTokenDirectory }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/testdata/sidecar-injector-configmap-absolute-override.yaml

            {{- end }}
            - mountPath: /etc/istio/proxy
              name: istio-envoy
            {{- if .Values.global.sds.enabled }}
            - mountPath: /var/run/sds
              name: sds-uds-path
              readOnly: true
            - mountPath: /var/run/secrets/tokens
              name: istio-token
            {{- if .Values.global.sds.customTokenDirectory }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  4. tools/packaging/common/envoy_bootstrap.json

              "endpoints": [{
                "lb_endpoints": [{
                  "endpoint": {
                    "address":{
                      "pipe": {
                        "path": "./var/run/secrets/workload-spiffe-uds/socket"
                      }
                    }
                  }
                }]
              }]
            }
          },
          {
            "name": "xds-grpc",
            "type" : "STATIC",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  5. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.json

                        {
                            "endpoint": {
                                "address": {
                                    "pipe": {
                                        "path": "./var/run/secrets/workload-spiffe-uds/socket"
                                    }
                                },
                                "healthCheckConfig": {}
                            },
                            "healthStatus": "HEALTHY",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 40.4K bytes
    - Viewed (0)
  6. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.yaml

      policy:
        overprovisioningFactor: 140
    - clusterName: sds-grpc
      endpoints:
      - lbEndpoints:
        - endpoint:
            address:
              pipe:
                path: ./var/run/secrets/workload-spiffe-uds/socket
            healthCheckConfig: {}
          healthStatus: HEALTHY
          loadBalancingWeight: 1
        locality: {}
      policy:
        overprovisioningFactor: 140
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  7. pkg/test/echo/server/forwarder/config.go

    	"strings"
    	"time"
    
    	"istio.io/istio/pkg/test/echo/common"
    	"istio.io/istio/pkg/test/echo/common/scheme"
    	"istio.io/istio/pkg/test/echo/proto"
    )
    
    type Config struct {
    	Request *proto.ForwardEchoRequest
    	UDS     string
    	// XDSTestBootstrap, for gRPC forwarders, is used to set the bootstrap without using a global one defined in the env
    	XDSTestBootstrap []byte
    	// Http proxy used for connection
    	Proxy string
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 08 09:39:20 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  8. security/pkg/nodeagent/sds/sdsservice_test.go

    	})
    	st.Set(ca2.RootCertReqResourceName, &ca2.SecretItem{
    		RootCert:     fakeRootCert,
    		ResourceName: ca2.RootCertReqResourceName,
    	})
    
    	opts := &ca2.Options{}
    
    	// SDS uses a hardcoded UDS path relative to current dir, so switch to a new one for the test.
    	os.Chdir(t.TempDir())
    	if usefakePrivateKeyProviderConf {
    		server = NewServer(opts, st, fakePrivateKeyProviderConf)
    	} else {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 17 20:12:58 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  9. pkg/log/options.go

    func (o *Options) WithStackdriverLoggingFormat() *Options {
    	o.useStackdriverFormat = true
    	return o
    }
    
    // WithTeeToUDS configures a parallel logging pipeline that writes logs to a server over UDS.
    // addr is the socket that the server listens on, and path is the HTTP path that process the log message.
    func (o *Options) WithTeeToUDS(addr, path string) *Options {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 07 04:04:34 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  10. samples/security/spire/spire-quickstart.yaml

    data:
      agent.conf: |
        agent {
          data_dir = "/run/spire"
          log_level = "DEBUG"
          server_address = "spire-server"
          server_port = "8081"
          socket_path = "/run/secrets/workload-spiffe-uds/socket"
          trust_bundle_path = "/run/spire/bundle/bundle.crt"
          trust_domain = "example.org"
        }
    
        plugins {
          NodeAttestor "k8s_psat" {
            plugin_data {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 16:12:42 UTC 2023
    - 32.2K bytes
    - Viewed (0)
Back to top