Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ssl_credentials (0.57 sec)

  1. tools/packaging/common/gcp_envoy_bootstrap.json

          "grpc_services": [
            {
              "google_grpc": {
                "target_uri": "{{ .discovery_address }}",
                "stat_prefix": "googlegrpcxds",
                "channel_credentials": {
                  "ssl_credentials": {
                    {{ with .xds_root_cert}}"root_certs": {"filename": "{{.}}"}{{ end }}
                  }
                },
                "call_credentials": [{
                {{ if .sts }}
                  "sts_service": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/sockcmsg_zos.go

    // authentication.
    func UnixCredentials(ucred *Ucred) []byte {
    	b := make([]byte, CmsgSpace(SizeofUcred))
    	h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
    	h.Level = SOL_SOCKET
    	h.Type = SCM_CREDENTIALS
    	h.SetLen(CmsgLen(SizeofUcred))
    	*(*Ucred)(h.data(0)) = *ucred
    	return b
    }
    
    // ParseUnixCredentials decodes a socket control message that contains
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	RLIMIT_NOFILE                   = 6
    	RLIMIT_MEMLIMIT                 = 7
    	RLIMIT_MEMLOCK                  = 0x8
    	RLIM_INFINITY                   = 2147483647
    	SCHED_FIFO                      = 0x2
    	SCM_CREDENTIALS                 = 0x2
    	SCM_RIGHTS                      = 0x01
    	SF_CLOSE                        = 0x00000002
    	SF_REUSE                        = 0x00000001
    	SHM_RND                         = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	SCHED_IDLE                                  = 0x5
    	SCHED_NORMAL                                = 0x0
    	SCHED_RESET_ON_FORK                         = 0x40000000
    	SCHED_RR                                    = 0x2
    	SCM_CREDENTIALS                             = 0x2
    	SCM_PIDFD                                   = 0x4
    	SCM_RIGHTS                                  = 0x1
    	SCM_SECURITY                                = 0x3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
Back to top