mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-24 12:08:19 +02:00
controlplane: add robots route (#966)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
f11c5ba172
commit
f94f45d9a2
3 changed files with 46 additions and 0 deletions
|
@ -41,6 +41,7 @@ func buildGRPCRoutes() []*envoy_config_route_v3.Route {
|
|||
|
||||
func buildPomeriumHTTPRoutes(options *config.Options, domain string) []*envoy_config_route_v3.Route {
|
||||
routes := []*envoy_config_route_v3.Route{
|
||||
buildControlPlanePathRoute("/robots.txt"),
|
||||
buildControlPlanePathRoute("/ping"),
|
||||
buildControlPlanePathRoute("/healthz"),
|
||||
buildControlPlanePathRoute("/.pomerium"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue