Fizcko / Azure_DevOps_Vault_Interaction

Azure DevOps extension to interact with HashiCorp Vault.
MIT License
10 stars 13 forks source link

Vault Namespaces #8

Closed quantumew closed 3 years ago

quantumew commented 4 years ago

Are vault namespaces supported? At a cursory glance, it appears not. Either all paths must be mutable, in order to add the namespace as a prefix to every path or the header X-Vault-Namespace needs to be sent. For instance, I am using AppRole auth and I see no way to authenticate properly on a Vault Namespace.

Fizcko commented 4 years ago

Hi @quantumew

I've just release a new version 2.4.0 on the Azure DevOps marketplace to manage namespaces.

Unfortunatly i don't have an Enterprise version to test it.

Reading the documentation, i thinks that will work in a single namespace.

Let me knows if it's work or not.

Regards

quantumew commented 4 years ago

Blazing fast feature addition! I am on an on-premise Azure DevOps so it will take a little while to get this extension updated and tested. I will let you know! Based on your code, it looks good.

StevenKuhns commented 3 years ago

@quantumew have you been able to see if namespaces works for you with the latest version?

quantumew commented 3 years ago

Never circled back. This worked. Thanks again.