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
Fixed 404 page not found when credentials from metadata service in --server mode #577. If you're experiencing issues, kill any old background proxy process using sudo killall -9 aws-vault before running aws-vault exec --server
Removed the experimental hidden --ecs-server flag (this feature will be in v6)
Reverted the change introduced in v5.4.0 where the exec command defaulted to a login shell if SHELL is known to support -l as this is causing issues with nested environment variables #546
Currently hidden, an experimental exec --ecs-server flag starts a ECS credential server offering many advantages over the ec2 metadata server #556#375 (reverted in v5.4.3)
Changed
The exec command now defaults to a login shell if SHELL is known to support -l38262fd#546 (reverted in v5.4.2)