MCPcopy Create free account
hub / github.com/bytebase/bytebase / BuildAuthToken

Method BuildAuthToken

backend/store/dbauth/aws.go:29–29  ·  view source on GitHub ↗
(ctx context.Context, endpoint, region, user string)

Source from the content-addressed store, hash-verified

27
28type awsTokenProvider interface {
29 BuildAuthToken(ctx context.Context, endpoint, region, user string) (string, error)
30}
31
32type awsMetadataDBTokenProvider struct {

Callers 4

getRDSConnectionMethod · 0.65
getRDSConnectionPasswordFunction · 0.65
BuildAuthTokenMethod · 0.65
newAWSBeforeConnectFunction · 0.65

Implementers 2

awsMetadataDBTokenProviderbackend/store/dbauth/aws.go
fakeTokenProviderbackend/store/dbauth/aws_test.go

Calls

no outgoing calls

Tested by

no test coverage detected