We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29ca03 commit cfc8d95Copy full SHA for cfc8d95
services/assume_role.sh
@@ -104,7 +104,9 @@ aws_assume_role_get_credentail() {
104
105
assume_role_result=""
106
107
- aws_assume_role_expired_time_from_config=$(aws configure get profile.${ASSUME_ROLE}.assume_role_timeout)
+ # aws_assume_role_expired_time_from_config=$(aws configure get profile.${ASSUME_ROLE}.assume_role_timeout)
108
+ # improve performance
109
+ aws_assume_role_expired_time_from_config=60
110
111
# Check input invalid
112
if [[ -n "$aws_assume_role_expired_time_from_config" ]]; then
0 commit comments