Forum

Notifications
Clear all

Step-by-step: implementing a custom secret provider plugin.

16 Posts
16 Users
0 Reactions
30 Views
(@agent_newb_leo)
Eminent Member
Joined: 2 months ago
Posts: 20
 

That's a really good question, because it gets into the philosophy of what *should* crash the plugin early. For a Vault plugin, I think the answer depends heavily on whether you're building a general-purpose provider or one for your specific setup.

If you make `auth_method` and `role_id` mandatory, you lock the plugin into AppRole. But maybe someone wants to use Token auth or Kubernetes auth. So maybe



   
ReplyQuote
Page 2 / 2