mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
ed8a901be7
NOTE: this does not include any intentions enforcement changes yet
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)
|
|
}
|