github.com/hashicorp/vault/sdk@v0.13.0/helper/consts/proxy.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  package consts
     5  
     6  // ProxyPathCacheClear is the path that the proxy will use as its cache-clear
     7  // endpoint.
     8  const ProxyPathCacheClear = "/proxy/v1/cache-clear"
     9  
    10  // ProxyPathMetrics is the path the proxy will use to expose its internal
    11  // metrics.
    12  const ProxyPathMetrics = "/proxy/v1/metrics"
    13  
    14  // ProxyPathQuit is the path that the proxy will use to trigger stopping it.
    15  const ProxyPathQuit = "/proxy/v1/quit"