Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 308 for Proxier (0.29 sec)

  1. releasenotes/notes/endpoints-false-negative.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue: 
      - 48373
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 18 18:25:49 UTC 2023
    - 176 bytes
    - Viewed (0)
  2. okhttp/src/main/kotlin/okhttp3/internal/connection/CallConnectionUser.kt

      }
    
      override fun proxySelectStart(url: HttpUrl) {
        eventListener.proxySelectStart(call, url)
      }
    
      override fun proxySelectEnd(
        url: HttpUrl,
        proxies: List<Proxy>,
      ) {
        eventListener.proxySelectEnd(call, url, proxies)
      }
    
      override fun dnsStart(socketHost: String) {
        eventListener.dnsStart(call, socketHost)
      }
    
      override fun dnsEnd(
        socketHost: String,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Mar 06 17:33:38 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  3. releasenotes/notes/invalid-rbac-filter.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: security
    issue:
      - https://github.com/istio/istio/issues/43785
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 07 16:16:45 UTC 2023
    - 238 bytes
    - Viewed (0)
  4. releasenotes/notes/35657.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
    - 35657
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 19 17:46:49 UTC 2021
    - 219 bytes
    - Viewed (0)
  5. releasenotes/notes/30070.yaml

    kind: feature
    area: networking
    issue:
      - 30054
    releaseNotes:
    - |
      **Fixed** Modifying multi-network gateway configuration via Services with the label `topology.istio.io/network` will
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 19 18:09:13 UTC 2021
    - 266 bytes
    - Viewed (0)
  6. releasenotes/notes/destination-rule-tunneling.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    releaseNotes:
    - |
      **Added** support for tunneling outbound traffic via external HTTP forward proxies using HTTP CONNECT or POST methods.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 15 23:31:52 UTC 2022
    - 313 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/optimizing-performance/networking.adoc

    Helpful references:
    
    * link:https://github.com/apache/ant/blob/master/src/main/org/apache/tools/ant/util/ProxySetup.java[ProxySetup.java in the Ant codebase^]
    * link:https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html[JDK 8 Proxies^]
    
    === NTLM Authentication
    
    If your proxy requires NTLM authentication, you may need to provide the authentication domain as well as the username and password.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  8. docs/metrics/v3.md

    | `minio_bucket_replication_proxied_head_requests_failures`           | `counter` | Number of failures in HEAD requests proxied to replication target                           | `bucket,server`                           |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 06 09:36:25 UTC 2024
    - 40.9K bytes
    - Viewed (0)
  9. operator/cmd/mesh/uninstall.go

    			needConfirmation = true
    			message += fmt.Sprintf("There are still %d proxies pointing to the control plane revision %s\n", len(pids), rev)
    			// just print the count only if there is a large list of proxies
    			if len(pids) <= 30 {
    				message += fmt.Sprintf("%s\n", strings.Join(pids, "\n"))
    			}
    			message += "If you proceed with the uninstall, these proxies will become detached from any control plane" +
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 01:18:49 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  10. releasenotes/notes/headless-endpoint-update.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: networking
    issue:
      - 26617
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 19 15:10:39 UTC 2020
    - 198 bytes
    - Viewed (0)
Back to top