Documentation ¶
Overview ¶
Package secretsbackendmanager provides the api client for the secretsbackendmanager facade.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WithTracer = base.WithTracer
WithTracer returns an Option that configures the Client to use the supplied tracer.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the api client for the SecretBackendsManager facade.
func (*Client) RotateBackendTokens ¶
RotateBackendTokens rotates the tokens for the specified secret backends.
func (*Client) WatchTokenRotationChanges ¶
func (c *Client) WatchTokenRotationChanges(ctx context.Context) (watcher.SecretBackendRotateWatcher, error)
WatchTokenRotationChanges returns a watcher that triggers on secret backend rotation changes.
Click to show internal directories.
Click to hide internal directories.