fix: use system pull JWT for registry secret on workload update #46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/force-rollout-on-taskdef-update"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The update_workload path was using create_admin_registry_token() which
produces an RS256 registry token. The /v2/token endpoint expects a
Canpute JWT as the pull secret password, so kubelet was getting 401
Unauthorized. Use create_system_pull_jwt() to match the create path.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com