spring-cloud / spring-cloud-vault

Configuration Integration with HashiCorp Vault
http://cloud.spring.io/spring-cloud-vault/
Apache License 2.0
277 stars 148 forks source link

Add support for OIDC Identity Provider #695

Open matiasah opened 1 year ago

matiasah commented 1 year ago

Is your feature request related to a problem? Please describe. None.

Describe the solution you'd like

Describe alternatives you've considered None.

Additional context https://developer.hashicorp.com/vault/docs/secrets/identity/oidc-provider

mp911de commented 1 year ago

Requires spring-projects/spring-vault#759 to be solved first.

alturkovic commented 3 weeks ago

Requires spring-projects/spring-vault#759 to be solved first.

The linked issue has a comment saying that this issue is a duplicate of 689 which has been closed (JWT support has been implemented).

Is this ticket solvable now? If it is, would it be possible to get a rough estimation on when this is planned?

mp911de commented 3 weeks ago

No not is not. I have little oversight over OIDC and what else belongs into this auth scheme as I'm not a user of OIDC. Therefore, if someone who is familiar with these would like to contribute, contributions would be highly appreciated.