Joe
Joe
Will this feature be prioritized anytime soon? It would really help cloud engineers running containerized workloads with Nomad in their vSphere environments.
Anything update on CSI for Nomad in vSphere? Really considering moving to a different platform in order to implement this.
Any update on this issue? Like others in this thread I would also like to avoid making updates in Consul directly, outside of the Nomad job.
@SathyaBhat try using the credentials binding with your approle credential. It works with more than just Vault token credential objects. ``` withCredentials([[$class: 'VaultTokenCredentialBinding', credentialsId: 'VAULT_TOKEN', vaultAddr: 'https://vault.dev.com']]) { echo 'My...
@KenBerg75's [comment](https://github.com/hashicorp/terraform-provider-vault/issues/666#issuecomment-668284138) helped me out! I missed the `provider` argument on several of my Vault resources, and I'm using aliases. The error message didn't really lead me to that though,...