spire-plugin-sdk/private/consts.go

9 lines
228 B
Go

package private
const (
// HostServiceProviderID is the ID used with the HC plugin broker to dial
// SPIRE for access to host services. It must be kept in sync between
// both SPIRE and the SDK.
HostServiceProviderID = 1
)