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

feat: adds suppliers for custom subject token and AWS credentials #1795

Merged
merged 6 commits into from
Apr 18, 2024

Commits on Mar 27, 2024

  1. feat: refactor AWS and identity pool clients to use suppliers (#1776)

    * feat: refactor aws and identity pool credentials to use suppliers
    
    * Apply suggestions from code review
    
    Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Daniel Bankhead <dan@danielbankhead.com>
    
    * updating suppliers to use options objects
    
    * updating docs
    
    * moved transporter to context object and deprecated consts
    
    * fix imports
    
    ---------
    
    Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com>
    Co-authored-by: Daniel Bankhead <dan@danielbankhead.com>
    3 people committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4ea7e8b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. feat: adds support for creating AWS and Identity Pool credentials wit…

    …h custom suppliers. (#1783)
    
    * feat: adds support for users to build credentials with custom suppliers
    
    Also adds default values to make it easier to instantiate credentials in code.
    
    * Apply suggestions from code review
    
    Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com>
    
    * responding to review comments
    
    ---------
    
    Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com>
    aeitzman and lsirac committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    468367d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. docs: adding documentation for programmatic auth feature (#1790)

    * docs: adding documentation for programmatic auth feature
    
    * fix typos
    
    * Apply suggestions from code review
    
    Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com>
    Co-authored-by: Daniel Bankhead <dan@danielbankhead.com>
    
    * add audience placeholder
    
    ---------
    
    Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com>
    Co-authored-by: Daniel Bankhead <dan@danielbankhead.com>
    3 people committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    79b365d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    8864755 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'main/main' into programmatic-auth

    # Conflicts:
    #	src/auth/awsclient.ts
    #	src/auth/identitypoolclient.ts
    aeitzman committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    087fc40 View commit details
    Browse the repository at this point in the history
  3. fix lint

    aeitzman committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    cc5718c View commit details
    Browse the repository at this point in the history