-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve AWS configuration Add a warning if a user is using both AWS_PROFILE and AWS_ACCESS_KEY_ID at the same time. Check the default expiration time for the session and issue a warning if the configuration is less than 1 hour. go library use 15 minutes by default when assuming a role and users must extend that duration by configuring properly their session duration. Set the AWS_REGION variable when freezing the default credentials. Otherwise, the region specified on the profile is ignored. Avoid checking if there is an AWS configuration multiple times. Be consistent when evaluating the AWS profile. By calling getAWSSession with and without parameter, that causes ignoring the argument provided profile on the second call. Provide a backup path to auto update. Otherwise, the replacement of the current executable prevent it to relaunch itself. DT-3322 * Apply go mod tidy
- Loading branch information
Showing
5 changed files
with
84 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.