Skip to content

Commit

Permalink
clear more vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Steinberg committed May 8, 2023
1 parent 0e7258a commit 45d1c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/aws_functions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWS MFA / Temp credential helpers
clear_sts_creds () {
unset AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN
unset AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN AWS_ACCESS_KEY AWS_SECRET_KEY AWS_SECURITY_TOKEN AWS_ACCOUNT_ID
unset aws_access_key_id aws_secret_access_key aws_session_token
}

Expand Down

0 comments on commit 45d1c0b

Please sign in to comment.