Commit a9245d6
authored
Pass OIDC environment variables to proxy (#519)
This change passes the `ACTIONS_ID_TOKEN_REQUEST_TOKEN` and `ACTIONS_ID_TOKEN_REQUEST_URL` from GitHub Actions to the Dependabot proxy container.
It's the first part of the feature to allow to proxy to use OIDC federated credentials for authentication to private registries.
Eqivalent of github/dependabot-action#1544
References:
- [Configuring OpenID Connect in cloud providers][1]
- [OpenID Connect reference][2]
[1]: https://docs.github.com/en/actions/how-tos/secure-your-work/security-harden-deployments/oidc-in-cloud-providers#requesting-the-jwt-using-environment-variables
[2]: https://docs.github.com/en/actions/reference/security/oidc#methods-for-requesting-the-oidc-token1 parent aec0a60 commit a9245d6
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
0 commit comments