Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vault): use global query when finding a vault by prefix (#12572)
### Summary In FTI-5762 it was reported that there is a problem with secret rotation when vaults are stored inside a workspace. This commit will fix it by passing `workspace = null` aka making a call a global call which will not then use the possibly incorrect workspace (default) to find vault entity (the vault config). The vault entity prefix is unique across workspaces. Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com> (cherry picked from commit 2fb898d)
- Loading branch information