Skip to content

Amazon Auth #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
illotum opened this issue Apr 5, 2022 · 0 comments
Open

Amazon Auth #107

illotum opened this issue Apr 5, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@illotum
Copy link

illotum commented Apr 5, 2022

I'd like to be able to use this curl flag: https://curl.se/docs/manpage.html#--aws-sigv4. The signature is set per request similar to #89, and curl actually makes use of both flags at once:

curl --request GET "https://${ENDPOINT}/my_index_pattern/my_type/_mapping" \
--user $AWS_ACCESS_KEY:$AWS_SECRET_KEY \
--aws-sigv4 "aws:amz:ap-southeast-2:es"
@boltlessengineer boltlessengineer added the enhancement New feature or request label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants