Dear hashicorp community,
I am learning hashicorp vault and reading this tutorial it says third party authentication should be used instead of approle if available.
Now, I would like to authenticate my cicd pipeline through hashicorp vault and I want to use OIDC authentication. When I go to its documentation it says that a web browser will be open in order to authenticate, my cicd pipeline can’t authenticate in that way.
I would like to follow best practices and try OICD authentication method, but at the same way, I would like to use it in a “unattended way” for my cicd pipeline.
How could I do that?
thank you