Commit fa548ea
authored
build: migrate npm publishing to OIDC trusted publishers (#705)
## Problem
npm has changed granular token from unlimited expiration to 90 day max
limit:
https://github.blog/changelog/2025-09-29-strengthening-npm-security-important-changes-to-authentication-and-token-management/#granular-npm-access-token-lifetime-limits
## Solution
To allow us to not have to rotate token every 90 days, this pr migrates
from a granular token stored in aws secrets manager to oidc
authentication
## Testing
Including a temp comment in this PR so that I can merge in the
release-please PR. Then I can see if the packages get published to npm
<!---
REMINDER:
- Read CONTRIBUTING.md first.
- Add test coverage for your changes.
- Link to related issues/commits.
- Testing: how did you test your changes?
- Screenshots if applicable
-->
## License
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.1 parent 49e4924 commit fa548ea
2 files changed
+3
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 34 | | |
51 | 35 | | |
52 | 36 | | |
| |||
55 | 39 | | |
56 | 40 | | |
57 | 41 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 42 | | |
63 | 43 | | |
64 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
| 754 | + | |
| 755 | + | |
0 commit comments