Skip to content

Commit

Permalink
cred url
Browse files Browse the repository at this point in the history
  • Loading branch information
boriwo committed May 6, 2024
1 parent b8993aa commit e06a6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/appsecret/config_vault.go
Expand Up @@ -189,7 +189,7 @@ func (v *TenantConfigVault) getCredential(ctx context.Context, key string, crede
if env == "prod." {
env = ""
}
url := v.Secret(ctx, "CredentialUrl")
url := v.Secret(ctx, "secret://CredentialUrl")
if url == "" {
return nil, errors.New("missing credential URL")
}
Expand Down

0 comments on commit e06a6bf

Please sign in to comment.