Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove use of old env vars #1143

Merged
merged 1 commit into from
Feb 18, 2023
Merged

Remove use of old env vars #1143

merged 1 commit into from
Feb 18, 2023

Conversation

mtibben
Copy link
Member

@mtibben mtibben commented Feb 18, 2023

Remove use of unnecessary env vars.

  • AWS_DEFAULT_REGION: use AWS_REGION instead. AWS_DEFAULT_REGION set the "default" region, and is unnecessary
  • AWS_SECURITY_TOKEN: use AWS_SESSION_TOKEN instead
  • AWS_SESSION_EXPIRATION: use AWS_CREDENTIAL_EXPIRATION instead

@mtibben mtibben merged commit 978559b into master Feb 18, 2023
@mtibben mtibben deleted the rm-old-env-vars branch February 18, 2023 02:28
ismailyenigul added a commit to ismailyenigul/theme-bobthefish that referenced this pull request Mar 28, 2023
aws-vault 7.X removed  AWS_SESSION_EXPIRATION env and replaced with AWS_CREDENTIAL_EXPIRATION
to make this theme work for aws-vault 7.X, we must replace this env.

see: 99designs/aws-vault#1143
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant