Skip to content

Commit

Permalink
Fix bug introduced in previous bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dqsully committed Apr 30, 2021
1 parent 0fa38a2 commit fa4b2c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion engines/vault/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ func (controller *vaultController) Init() error {
return nil
}

config := vaultConfig{}
config := vaultConfig{
TokenCache: make(map[string]cachedToken),
}

if !vars.IsCICD {
err := util.LoadConfig("vault", &config)
Expand Down

0 comments on commit fa4b2c9

Please sign in to comment.