Writing Vault plugins in languages other than Golang
140 views
Skip to first unread message
John
unread,
Jul 22, 2018, 10:39:52 AM7/22/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Vault
Is it possible to write Vault plugins in a language other than Golang?
What needs to be done and is there a worked example somewhere (other than the Golang example here)? Is there an example using Rust?
Brian Kassouf
unread,
Jul 22, 2018, 10:52:36 PM7/22/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vault...@googlegroups.com
Hi John,
Yes it is possible, though it wont be super straight forward since we
only offer a framework library for golang and I don't know of any
plugins written in other languages. We use gRPC communications for our
plugins and so you'll need to implement the services defined here:
On Sun, Jul 22, 2018 at 7:39 AM John <john_...@hotmail.com> wrote:
>
> Is it possible to write Vault plugins in a language other than Golang?
>
> What needs to be done and is there a worked example somewhere (other than the Golang example here)? Is there an example using Rust?
>