Skip to content

Commit

Permalink
misc: add missing kms definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed Oct 29, 2024
1 parent c28355b commit d2463be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ func NewInfisicalClient(context context.Context, config Config) InfisicalClientI
client.folders = NewFolders(client)
client.auth = NewAuth(client)
client.dynamicSecrets = NewDynamicSecrets(client)
client.kms = NewKms(client)

if config.AutoTokenRefresh {
go client.handleTokenLifeCycle(context)
Expand Down

0 comments on commit d2463be

Please sign in to comment.