Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterService ¶
RegisterService registers the delegated identity service on the provided server
Types ¶
type Config ¶
type Config struct { Log logrus.FieldLogger Manager manager.Manager Attestor workload_attestor.Attestor AuthorizedDelegates []string }
type Service ¶
type Service struct { delegatedidentityv1.UnsafeDelegatedIdentityServer // contains filtered or unexported fields }
Service implements the delegated identity server
func (*Service) SubscribeToX509Bundles ¶
func (s *Service) SubscribeToX509Bundles(req *delegatedidentityv1.SubscribeToX509BundlesRequest, stream delegatedidentityv1.DelegatedIdentity_SubscribeToX509BundlesServer) error
func (*Service) SubscribeToX509SVIDs ¶
func (s *Service) SubscribeToX509SVIDs(req *delegatedidentityv1.SubscribeToX509SVIDsRequest, stream delegatedidentityv1.DelegatedIdentity_SubscribeToX509SVIDsServer) error
Click to show internal directories.
Click to hide internal directories.