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
However, if we want to use the newer sts endpoints such as the ones mentioned in the below document, we can't. Specifying region in the command line does not make scoutsuite use the newer sts endpoints as well.
python3 .\scout.py aws --no-browser -r "ap-southeast-1"
2025-03-06 20:33:18 Work scout[11212] INFO Launching Scout
2025-03-06 20:33:18 Work scout[11212] INFO Authenticating to cloud provider
https://sts.amazonaws.com
https://sts.amazonaws.com
2025-03-06 20:33:22 Work scout[11212] INFO Exiting
There could be some configurations or options that I am missing. Please let me know.
The text was updated successfully, but these errors were encountered:
Authentication will fail in some cases where the legacy sts endpoints are not available.
For example if we print the get_caller_identity endpoint url,
we will get the following value back.
However, if we want to use the newer sts endpoints such as the ones mentioned in the below document, we can't. Specifying region in the command line does not make scoutsuite use the newer sts endpoints as well.
https://docs.aws.amazon.com/general/latest/gr/sts.html
There could be some configurations or options that I am missing. Please let me know.
The text was updated successfully, but these errors were encountered: