mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
zero: managed mode controller (#4459)
This commit is contained in:
parent
ea8762d706
commit
e0236d3737
11 changed files with 417 additions and 2 deletions
11
internal/zero/cmd/env_release.go
Normal file
11
internal/zero/cmd/env_release.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
//go:build release
|
||||
|
||||
package cmd
|
||||
|
||||
func getConnectAPIEndpoint() string {
|
||||
return "https://connect.pomerium.com"
|
||||
}
|
||||
|
||||
func getClusterAPIEndpoint() string {
|
||||
return "https://console.pomerium.com/cluster/v1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue