Documentation ¶
Overview ¶
Package tharsisfederated package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
type Authenticator struct {
// contains filtered or unexported fields
}
Authenticator supports Tharsis Federation
func New ¶
func New(client jobclient.Client, workspaceDir string, jobLogger joblogger.Logger) (*Authenticator, error)
New creates a new instance of Authenticator
func (*Authenticator) Authenticate ¶
func (a *Authenticator) Authenticate( ctx context.Context, managedIdentities []types.ManagedIdentity, credsRetriever func(ctx context.Context, managedIdentity *types.ManagedIdentity) ([]byte, error), ) (*managedidentity.AuthenticateResponse, error)
Authenticate configures the environment with the identity information used by the Tharsis terraform provider
Click to show internal directories.
Click to hide internal directories.