1 Answer
- Newest
- Most votes
- Most comments
0
Am I correct in my understanding that you are setting it up according to the method in this document?
https://docs.aws.amazon.com/toolkit-for-jetbrains/latest/userguide/setup-credentials.html
I think you need to create an issue on GitHub if you think there is a possible bug.
https://github.com/aws/aws-toolkit-jetbrains/issues
Perhaps this issue here may be relevant.
https://github.com/aws/aws-toolkit-jetbrains/issues/3411
Relevant content
- asked 8 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
Thanks for answering my question. I did not use the "IAM Credentials" section of the document you suggested, I had used this section instead: https://docs.aws.amazon.com/toolkit-for-jetbrains/latest/userguide/identity-center.html
However, thanks to your link to the open issue in GitHub I managed to find a workaround toward the bottom of the comments: https://github.com/aws/aws-toolkit-jetbrains/issues/3411#issuecomment-1422976770
It looks like an issue with the AWS CLI
~/.aws/config
file that is automatically built by theaws sso configure
command.