Will it be possible to support multiple extensions of the same type? #743
Answered
by
jimmarino
MikhailGordienk
asked this question in
Q&A
-
Will it be possible to support multiple extensions of the same type (ex. multiple Vault types)? |
Beta Was this translation helpful? Give feedback.
Answered by
jimmarino
Sep 14, 2021
Replies: 1 comment
-
This is currently supported in two ways:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
juliapampus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is currently supported in two ways:
One Vault implementation can be substituted for another by configuring the appropriate extensions (e.g. include the Vault module you want in your build)
In case you want to store secrets in different places, implement a multiplexing vault extension that delegates to different Vault backends