Added OIDC client functionality in core package#887
Conversation
| { | ||
| "name": "@actions/core", | ||
| "version": "1.5.0", | ||
| "version": "1.5.1", |
There was a problem hiding this comment.
Lets go to 1.6.0.
Please also update the https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md file with this change under the version 1.6.0
|
Excited for this PR to land 🚀 . Left some minor comments on process, @luketomlinson is going to review the contents of the pr. |
luketomlinson
left a comment
There was a problem hiding this comment.
A few minor things, but no show-stoppers. Good work @souravchanduka!
|
@souravchanduka, @TingluoHuang is going to coordinate when this should get merged/released. |
|
I am going to merge this PR to a feature branch, and create follow up PR to react to the latest update around OIDC on the service side. |
In order to get the temporary credentials for accessing cloud resources, we need to get the ID Token from the action service. This ID Token will be used by login actions of different cloud providers. Since the code to fetch the ID Token will be same for all the login actions, we can use this functionality. All the login actions would import this package and get the ID token for further use.