We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5712aff commit 34e472bCopy full SHA for 34e472b
internal/emlb/emlb.go
@@ -51,7 +51,7 @@ const (
51
loadBalancerOriginIDAnnotation = "equinix.com/loadbalanceroriginID"
52
// EMLBVIPID is the stringused to refer to the EMLB load balancer and VIP Manager type.
53
EMLBVIPID = "EMLB"
54
- // loadbalancerTokenExchangeURL is the default URL to use for Token Exchange to talk to the Equinix Metal Load Balancer API
+ // loadbalancerTokenExchangeURL is the default URL to use for Token Exchange to talk to the Equinix Metal Load Balancer API.
55
loadbalancerTokenExchnageURL = "https://iam.metalctrl.io/api-keys/exchange" //nolint:gosec
56
)
57
0 commit comments