On Tue, Apr 18, 2023 at 10:24 PM Martin Feller <[email protected]> wrote: > > Thanks for the quick reply, Nick. > > > > I thought it would be useful to have an option for integration with a vault > that can be hosted on-premises, and is - or can be - free of charge. >
Yes, definitely - I think adding support for other vaults is a great idea. > > > I’ve done a lot of work in Java more than 13 years ago, so I am quite rusty; > if I were to try a write an HC Vault provider myself though, would you say > integrating another provider is straight-forward? > Yes, I would say it's pretty straight-forward - the current vault support has been designed to be modular and easily-extendable, so that a minimal amount of API integration is required with the other vault mechanisms, provided they have well-defined and well-documented APIs. That's not to say there won't be any issues or challenges to get it working, just that the current support was designed with future expansion into other vaults in mind. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
