Skip to content

Commit

Permalink
Added docs for edge case in Sigv4Signer (#622)
Browse files Browse the repository at this point in the history
* Added docs for edge case in Sigv4Signer

Signed-off-by: nikolai biriukov <nickolai.birukov@yandex.ru>

* Added PR to changelog

Signed-off-by: nikolai biriukov <nickolai.birukov@yandex.ru>

---------

Signed-off-by: nikolai biriukov <nickolai.birukov@yandex.ru>
  • Loading branch information
nick-bir authored Oct 3, 2023
1 parent 394a844 commit cfcaea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
### Added
- Added Security API
- Documentation for edge-case in Sigv4Signer ([#622](https://github.com/opensearch-project/opensearch-js/pull/622))
### Dependencies
- Bumps `rimraf` from 5.0.0 to 5.0.5
- Bumps `eslint` from 8.41.0 to 8.50.0
Expand Down
1 change: 1 addition & 0 deletions USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const client = new Client({
getCredentials: () =>
new Promise((resolve, reject) => {
// Any other method to acquire a new Credentials object can be used.
// If you use profiles, make sure to pass role assumer, or use default provider fromNodeProviderChain
AWS.config.getCredentials((err, credentials) => {
if (err) {
reject(err);
Expand Down

0 comments on commit cfcaea3

Please sign in to comment.