|
|
|
|
|
by falcolas
2172 days ago
|
|
The problem with Hashicorp Vault (and their peers): Your application still need a secret to access values made available to your application's role. The values might not be in the immediate container space (well, aside from being in program memory), but they're only one (likely well documented internally to the container) hop away. |
|
True but those credentials can be decoupled from the application (like env vars are) so you satisfy the developer problem I was addressing.