Documentation ¶
Index ¶
- func BuiltIn() catalog.Plugin
- type Configuration
- type Plugin
- func (p *Plugin) Configure(ctx context.Context, req *spi.ConfigureRequest) (*spi.ConfigureResponse, error)
- func (*Plugin) GetPluginInfo(context.Context, *spi.GetPluginInfoRequest) (*spi.GetPluginInfoResponse, error)
- func (p *Plugin) SetLogger(log hclog.Logger)
- func (p *Plugin) SubmitCSR(ctx context.Context, request *upstreamca.SubmitCSRRequest) (*upstreamca.SubmitCSRResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct { DeprecatedTTL string `hcl:"ttl" json:"ttl"` // time to live for generated certs CertFilePath string `hcl:"cert_file_path" json:"cert_file_path"` KeyFilePath string `hcl:"key_file_path" json:"key_file_path"` BundleFilePath string `hcl:"bundle_file_path" json:"bundle_file_path"` // contains filtered or unexported fields }
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
func (*Plugin) Configure ¶
func (p *Plugin) Configure(ctx context.Context, req *spi.ConfigureRequest) (*spi.ConfigureResponse, error)
func (*Plugin) GetPluginInfo ¶
func (*Plugin) GetPluginInfo(context.Context, *spi.GetPluginInfoRequest) (*spi.GetPluginInfoResponse, error)
func (*Plugin) SubmitCSR ¶
func (p *Plugin) SubmitCSR(ctx context.Context, request *upstreamca.SubmitCSRRequest) (*upstreamca.SubmitCSRResponse, error)
Click to show internal directories.
Click to hide internal directories.