AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
59 stars 8 forks source link

Login to AWS OpenSearch with credentials file is not working #63

Closed alex-karo closed 2 years ago

alex-karo commented 2 years ago

Throws an error when tries to connect

image

Error: com.amazonaws.SdkClientException: To use assume role profiles the aws-java-sdk-sts module must be on the class path.

IDE: IntelliJ IDEA 2021.3.1 (Ultimate Edition) Runtime version: 11.0.13+7-b1751.21 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.

OS: Model Name: MacBook Pro Chip: Apple M1 System Version: macOS 11.6 (20G165) Kernel Version: Darwin 20.6.0

AntonShuvaev commented 2 years ago

I have added aws-java-sdk-sts, so login to AWS should work now in version 2022.1. Let me know if you still have issues.