mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +02:00
authenticate: fix debug and metrics endpoints (#3212)
This commit is contained in:
parent
b83bb8f2f7
commit
b435f73e2b
16 changed files with 167 additions and 128 deletions
|
@ -49,9 +49,6 @@ const (
|
|||
// gRPC server, or is used for healthchecks (authorize only service)
|
||||
const DefaultAlternativeAddr = ":5443"
|
||||
|
||||
// EnvoyAdminURL indicates where the envoy control plane is listening
|
||||
var EnvoyAdminURL = &url.URL{Host: "127.0.0.1:9901", Scheme: "http"}
|
||||
|
||||
// The randomSharedKey is used if no shared key is supplied in all-in-one mode.
|
||||
var randomSharedKey = cryptutil.NewBase64Key()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue