Two auth backends of the same type #2376
-
Hi, I'd like to allow my webhook running in a second cluster to access my vault server in the first cluster. For that I need two auth backends:
But when I do that, the webhook injection stops working on the first (old) cluster. Is it possible to solve this? Or does webhook support another auth method that I could use instead (like AppRole for example)? Thanks for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @TomaszKlosinski, thanks for using Bank-Vaults!
|
Beta Was this translation helpful? Give feedback.
Hi @TomaszKlosinski, thanks for using Bank-Vaults!
What happens if you provide different
path
for the two kubernetes auth methods, like so:...and refer to those in your workloads
vault.security.banzaicloud.io/vault-path
annotation?The webhook supports all kinds of auth methods, not just
kubernetes
!