AntonShuvaev / elasticsearch4idea

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

Add support for https with oauth2 connection #65

Closed Hronom closed 2 years ago

Hronom commented 2 years ago

Please provide possibility to send requests trough https connection with additional oauth 2.0. There situations when access to prod allowed only trough proxy that use oauth 2.0 or something else. Please provide additional configuration parameters to build such connections.

AntonShuvaev commented 2 years ago

Good suggestion! I will consider adding this in the future update.

AntonShuvaev commented 2 years ago

@Hronom, can you give more details on your use case. What grant type do you use? I'm going to support password credentials and client credentials grant types.

Hronom commented 2 years ago

@AntonShuvaev this is what used in postman to connect image

AntonShuvaev commented 2 years ago

Added in 2022.1.3. Let me know if have any issues.