mirror of
https://github.com/status-im/consul.git
synced 2025-02-11 13:17:36 +00:00
10 lines
172 B
Go
10 lines
172 B
Go
// +build !consulent
|
|
|
|
package connect
|
|
|
|
import "fmt"
|
|
|
|
func (id SpiffeIDAgent) uriPath() string {
|
|
return fmt.Sprintf("/agent/client/dc/%s/id/%s", id.Datacenter, id.Agent)
|
|
}
|