puppetlabs / vault-plugin-secrets-oauthapp

OAuth 2.0 secrets plugin for HashiCorp Vault supporting a variety of grant types
Apache License 2.0
94 stars 10 forks source link

Add id_token if exists #48

Closed sourcesoft closed 3 years ago

sourcesoft commented 3 years ago

POC of how https://github.com/puppetlabs/vault-plugin-secrets-oauthapp/issues/47 could work.

Result of vault read */google*/creds/123 is now:


Key             Value
---             -----
access_token    ya29...
expire_time     2021-04-19T15:32:27.881542Z
extra_data      map[id_token:ey...]
type            Bearer```
CLAassistant commented 3 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

impl commented 3 years ago

Going to go ahead and close this because it addresses the same functionality as #53. Thanks!