You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: increase broker JWT TTL to 10 years to prevent ExpiredSignature errors
Long-running validator tasks were failing with 'Unauthorized: ExpiredSignature'
after the 1-hour JWT token expired. Increasing TTL to 10 years effectively
makes tokens valid for the container's lifetime.
Also fixes clippy warnings in docker.rs.
0 commit comments