Skip to content
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

FTDCS-151 - Use aws-sdk official package to sign requests to AWS #93

Merged
merged 4 commits into from
Apr 27, 2022

Conversation

JSRedondo
Copy link
Contributor

No description provided.

@JSRedondo JSRedondo requested a review from a team as a code owner April 25, 2022 09:21
@JSRedondo JSRedondo requested a review from a team April 25, 2022 12:49
Copy link
Member

@rowanmanning rowanmanning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think one or two smaller things but otherwise this is looking good 👍 do we want to pursue a review from Storytelling as code owners as well? Also unsure if Alex is part-way through a review

package.json Show resolved Hide resolved
lib/helpers/signed-aws-es-fetch.js Show resolved Hide resolved
Comment on lines 106 to 107
async function signedFetch(url, opts, creds) {
creds = creds || {};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: could this be a default param?

Suggested change
async function signedFetch(url, opts, creds) {
creds = creds || {};
async function signedFetch(url, opts, creds = {}) {

@JSRedondo JSRedondo merged commit 14536b0 into main Apr 27, 2022
@JSRedondo JSRedondo deleted the aws-sdk branch April 27, 2022 08:58
rowanmanning added a commit that referenced this pull request Jul 12, 2022
This isn't working when we pull it into next-article and it hasn't been
released yet. We don't understand this work enough to debug it and get
it working and it's blocking our n-logger work from being merged and
released. We'd like to revert everything.

As it appeared in two different PRs, I decided to revert it commit by
commit. The PRs are:

  - #86
  - #93

The commit hashes I reverted in order are:

  - 826ca12
  - b848fa4
  - 5f6b1f5
  - ffef3f8
  - ce7e591
  - 8af8c24
  - 2c49ac9
  - 0e5ec8f
  - 2ed8545
  - 698302b
  - 6fd9cd5
  - 6fd9cd5
  - 2f229b8
  - 48f79ce

I'll be installing this branch in next-article before merging so that I
can be sure that I didn't miss anything and that it's safe to install
the latest version of n-es-client in our apps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants