Skip to content

Commit

Permalink
feat: add vault config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi committed Apr 8, 2024
1 parent 65a118f commit 9dc5ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/vault/vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ type Config struct {
ClientId string `yaml:"client_id" json:"client_id"`
ClientSecret string `yaml:"client_secret" json:"client_secret"`
} `yaml:"azure"`
KeyId string `yaml:"key_id" json:"key_id"`
}

type VaultSourceConfig interface {
Expand Down

0 comments on commit 9dc5ef5

Please sign in to comment.