chengpohi / edql

Elasticsearch Query GUI Client
https://plugins.jetbrains.com/plugin/16364-elasticsearch-query--edql
Apache License 2.0
41 stars 2 forks source link

Signing with AWS session credentials #3

Closed arao closed 2 years ago

arao commented 2 years ago

Hi Chengpohi,

First, great plugin. I'm using it and come across an issue where I need to access ES using credentials provided by stsAssume.

It has three parts aws_access_key_id aws_secret_access_key aws_session_token

First two can be entered by ApiKeyId ApiKeySecret

but there is no way for entering session token.

As per AWS documentation, it can either be entered as a header 'X-Amz-Security-Token' or part of query string not both. https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html

It would be great if this support can be added.

chengpohi commented 2 years ago

closed by: https://github.com/chengpohi/edql/issues/4