Documentation ¶
Index ¶
- func RegisterService(s *grpc.Server, service *Service)
- type Config
- type Service
- func (s *Service) BatchNewX509SVID(ctx context.Context, req *svid.BatchNewX509SVIDRequest) (*svid.BatchNewX509SVIDResponse, error)
- func (s *Service) MintJWTSVID(ctx context.Context, req *svid.MintJWTSVIDRequest) (*svid.MintJWTSVIDResponse, error)
- func (s *Service) MintX509SVID(ctx context.Context, req *svid.MintX509SVIDRequest) (*svid.MintX509SVIDResponse, error)
- func (s *Service) NewDownstreamX509CA(ctx context.Context, req *svid.NewDownstreamX509CARequest) (*svid.NewDownstreamX509CAResponse, error)
- func (s *Service) NewJWTSVID(ctx context.Context, req *svid.NewJWTSVIDRequest) (resp *svid.NewJWTSVIDResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterService ¶
RegisterService registers the service on the gRPC server.
Types ¶
type Config ¶
type Config struct { EntryFetcher api.AuthorizedEntryFetcher ServerCA ca.ServerCA TrustDomain spiffeid.TrustDomain DataStore datastore.DataStore }
Config is the service configuration
type Service ¶
type Service struct { svid.UnsafeSVIDServer // contains filtered or unexported fields }
Service implements the v1 SVID service
func (*Service) BatchNewX509SVID ¶
func (*Service) MintJWTSVID ¶
func (*Service) MintX509SVID ¶
func (*Service) NewDownstreamX509CA ¶
Click to show internal directories.
Click to hide internal directories.