hashicorp-vault-plugin icon indicating copy to clipboard operation
hashicorp-vault-plugin copied to clipboard

https://plugins.jenkins.io/hashicorp-vault-plugin/#plugin-content-what-about-other-backends is incorrect

Open ira-gordin-sap opened this issue 1 year ago • 0 comments

Describe your use-case which is not covered by existing documentation.

from the documentation: What about other backends? Hashicorp explicitly recommends the AppRole Backend for machine-to-machine authentication. Token based auth is mainly supported for backward compatibility. Other backends that might make sense are the AWS EC2 backend, the Azure backend, and the Kubernetes backend. But we do not support these yet. Feel free to contribute!

Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.

I see in my plugin installed I have more backends: AWS IAM, GCP, Kubernetes. I've found https://github.com/jenkinsci/hashicorp-vault-plugin/pull/166 merged and all auth in https://github.com/jenkinsci/hashicorp-vault-plugin/tree/master/src/main/java/com/datapipe/jenkins/vault/credentials. I suppose all the above and maybe more are supported but not documented.

ira-gordin-sap avatar Apr 24 '23 14:04 ira-gordin-sap