|
|
|
|
|
by infamousjoeg
2834 days ago
|
|
My concern is how you can tell me whether a database user was created by Vault and not by a malicious actor with knowledge of Vault's Dynamic Secrets method mimicking it. How the heck can I know if it was a legit created database user or not? |
|
Vault typically prefixes something to the username as well (e.g. "vault-...") and also audits the creation of dynamic users so you can either look for the prefix or cross check the audit logs.