Closed krissrex closed 8 months ago
https://github.com/oh-my-fish/theme-bobthefish/blob/c2c47dc964a257131b3df2a127c2631b4760f3ec/functions/fish_prompt.fish#L663-L669
This is affected by a breaking change in aws-vault v7: https://github.com/99designs/aws-vault/releases/tag/v7.0.0 .
The correct environment variable for AWS_SESSION_EXPIRATION is now AWS_CREDENTIAL_EXPIRATION. It has a format like 2023-10-18T09:31:15Z.
AWS_SESSION_EXPIRATION
AWS_CREDENTIAL_EXPIRATION
2023-10-18T09:31:15Z
https://github.com/oh-my-fish/theme-bobthefish/blob/c2c47dc964a257131b3df2a127c2631b4760f3ec/functions/fish_prompt.fish#L663-L669
This is affected by a breaking change in aws-vault v7: https://github.com/99designs/aws-vault/releases/tag/v7.0.0 .
The correct environment variable for
AWS_SESSION_EXPIRATION
is nowAWS_CREDENTIAL_EXPIRATION
. It has a format like2023-10-18T09:31:15Z
.