multiprocessio / datastation

App to easily query, script, and visualize data from every database, file, and API.
https://datastation.multiprocess.io
Other
2.9k stars 112 forks source link

Support signing HTTP requests to Amazon OpenSearch Service #283

Open moltar opened 2 years ago

moltar commented 2 years ago

OpenSearch can run in a mode where all requests need to be signed with AWS4 signatures and do not require any other auth (no basic auth).

See: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/request-signing.html#request-signing-node

This is the most secure way to deploy the OpenSearch cluster on AWS.

Thanks!

eatonphil commented 2 years ago

Hey just wanted to respond to say this does make sense to do. Will update when we get to it.