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

Add AwsSigV4 signing functionality #279

Merged
merged 26 commits into from
Sep 7, 2022

Commits on Aug 25, 2022

  1. Add AwsSigV4 signing functionality

    Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
    harshavamsi committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    d78ae1c View commit details
    Browse the repository at this point in the history
  2. Adlicense text to signer types

    Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
    harshavamsi committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    59bbbf4 View commit details
    Browse the repository at this point in the history
  3. Pulling aws signer into separate namespace

    Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
    harshavamsi committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    caf4d74 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Adding separate injection point for v4Signer

    Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
    harshavamsi committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    7faaae1 View commit details
    Browse the repository at this point in the history
  2. Fix name spacing and bump version

    Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
    harshavamsi committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    6a67179 View commit details
    Browse the repository at this point in the history
  3. Typo in readme

    Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
    harshavamsi committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    90a443d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Adding 0BSD to allow license

    Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
    harshavamsi committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    e50e8fc View commit details
    Browse the repository at this point in the history
  2. Split code snippets into USER GUIDE

    Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
    harshavamsi committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    f58e21e View commit details
    Browse the repository at this point in the history
  3. Remove un-used package and update license

    Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
    harshavamsi committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    f1e5a16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93f347b View commit details
    Browse the repository at this point in the history
  5. Fix language in user guide

    Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
    harshavamsi committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    6d7b79c View commit details
    Browse the repository at this point in the history
  6. Add types to dev dependencies

    Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
    harshavamsi committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    8505f85 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Update USER_GUIDE.md

    Co-authored-by: Graeme <graeme@dharma.io>
    Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
    harshavamsi and Graeme committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    562d683 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. add credentials refresh options

    Signed-off-by: rawpixel-vincent <vincent@rawpixel.com>
    rawpixel-vincent authored and harshavamsi committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    341df4f View commit details
    Browse the repository at this point in the history
  2. fix AwsSigv4Signer type with Promise

    Signed-off-by: rawpixel-vincent <vincent@rawpixel.com>
    rawpixel-vincent authored and harshavamsi committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    f629fa1 View commit details
    Browse the repository at this point in the history
  3. remove JSDoc

    Signed-off-by: rawpixel-vincent <vincent@rawpixel.com>
    rawpixel-vincent authored and harshavamsi committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    c952ba0 View commit details
    Browse the repository at this point in the history
  4. update example usage

    Signed-off-by: rawpixel-vincent <vincent@rawpixel.com>
    rawpixel-vincent authored and harshavamsi committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    4abf7ea View commit details
    Browse the repository at this point in the history
  5. update credentials refresh strategy

    Signed-off-by: rawpixel-vincent <vincent@rawpixel.com>
    rawpixel-vincent authored and harshavamsi committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    48e5b3a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. update credentials refresh and expiration

    Signed-off-by: rawpixel-vincent <vincent@rawpixel.com>
    rawpixel-vincent authored and harshavamsi committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    e376ef4 View commit details
    Browse the repository at this point in the history
  2. fix types

    Signed-off-by: rawpixel-vincent <vincent@rawpixel.com>
    rawpixel-vincent authored and harshavamsi committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    1475bf0 View commit details
    Browse the repository at this point in the history
  3. add failure to refresh credentials test case

    Signed-off-by: rawpixel-vincent <vincent@rawpixel.com>
    rawpixel-vincent authored and harshavamsi committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    52ab9ad View commit details
    Browse the repository at this point in the history
  4. cleanup and comments

    Signed-off-by: rawpixel-vincent <vincent@rawpixel.com>
    rawpixel-vincent authored and harshavamsi committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    d31eb6f View commit details
    Browse the repository at this point in the history
  5. clarify code example in the docs

    Signed-off-by: rawpixel-vincent <vincent@rawpixel.com>
    rawpixel-vincent authored and harshavamsi committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    f036b30 View commit details
    Browse the repository at this point in the history
  6. remove explicit async from code example

    Signed-off-by: rawpixel-vincent <vincent@rawpixel.com>
    rawpixel-vincent authored and harshavamsi committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ef2b3c7 View commit details
    Browse the repository at this point in the history
  7. remove unused credentialsState.acquiredAt

    Signed-off-by: rawpixel-vincent <vincent@rawpixel.com>
    rawpixel-vincent authored and harshavamsi committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    13d30de View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Minor doc and misc fixes

    Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
    harshavamsi committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    b1308b9 View commit details
    Browse the repository at this point in the history