You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cs.String("aws-shared-credentials-file", os.Getenv("AWS_SHARED_CREDENTIALS_FILE"), "Location to store AWS credentials file")
133
+
cs.String("assume-role-arn", "", "ARN of the AWS role to be assumed")
132
134
cs.String("region-filter", "", "A regex filter to apply to the AWS regions list, e.g. '^us-|^eu-' will only show US and eu regions") //nolint: errcheck
133
-
cs.String("role-arn", "", "ARN of the AWS role to be assumed") //nolint: errcheck
135
+
cs.String("role-arn", "", "ARN of the AWS role to be logged in with")//nolint: errcheck
134
136
cs.String("role-filter", "", "A filter to apply to the roles list, e.g. 'EKS' will only show roles that contain EKS in the name") //nolint: errcheck
0 commit comments