We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the service identifier is hard coded to es with no way to override.
es
https://github.com/opensearch-project/opensearch-js/blob/2.1/lib/aws/AwsSigv4Signer.js#L73
Allow overriding the default with a user provided value from opts
request.service = opts.service || 'es';
rolling our own signing functionality
The text was updated successfully, but these errors were encountered:
This makes sense. Feel free to contribute a PR.
Sorry, something went wrong.
Closing via #333
No branches or pull requests
Is your feature request related to a problem?
Currently the service identifier is hard coded to
es
with no way to override.https://github.com/opensearch-project/opensearch-js/blob/2.1/lib/aws/AwsSigv4Signer.js#L73
What solution would you like?
Allow overriding the default with a user provided value from opts
What alternatives have you considered?
rolling our own signing functionality
The text was updated successfully, but these errors were encountered: