Commit d7d9463
committed
feat: add OIDC token validation and enhance retry reliability
- Add new oidc-token-validate: command not found input parameter for optional token validation
- Split retry logic to handle token creation and validation separately
- Implement exponential backoff with jitter for all retry operations
- Migrate to consistent axios usage throughout
- Add validation check for empty tokens
- Improve error logging with detailed HTTP error context
- Add 4xx non-retryable error detection
- Increase request timeout to 30 seconds for better reliability1 parent e76d0bd commit d7d9463
4 files changed
Lines changed: 1417 additions & 154 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
0 commit comments