Skip to content

Commit

Permalink
fix: remove log printing out vault read
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed May 18, 2024
1 parent 28a2f1e commit d56f88f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ func LoadEnvVars() (map[string]interface{}, error) {
vaultKeyName := os.Getenv("VAULT_KEY_NAME")

if vaultRole != "" && jwtPath != "" && vaultSecretPath != "" && vaultKeyName != "" {
log.Println("Using Vault to get secrets")
secretsEnv := secrets.SecretEnv{
VaultRole: vaultRole,
JwtPath: jwtPath,
Expand Down

0 comments on commit d56f88f

Please sign in to comment.