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 sso session and token provider support #4885

Merged
merged 43 commits into from
Jul 6, 2023
Merged

Commits on May 23, 2023

  1. Squash and Merge sso token provider code and unit test

    Tianyi Wang committed May 23, 2023
    Configuration menu
    Copy the full SHA
    8855191 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Squash and Merge ssocred rfc3339 code location change

    Tianyi Wang committed May 24, 2023
    Configuration menu
    Copy the full SHA
    3bf12a6 View commit details
    Browse the repository at this point in the history
  2. Squash and Merge pending changelog content

    Tianyi Wang committed May 24, 2023
    Configuration menu
    Copy the full SHA
    9e666ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3644bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22968a0 View commit details
    Browse the repository at this point in the history
  5. Deprecate go-cmp dependency

    Tianyi Wang committed May 24, 2023
    Configuration menu
    Copy the full SHA
    6354a34 View commit details
    Browse the repository at this point in the history
  6. Merge changed sso token provider error format

    Tianyi Wang committed May 24, 2023
    Configuration menu
    Copy the full SHA
    3e9df76 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into feature-token-provider

    # Conflicts:
    #	CHANGELOG_PENDING.md
    Tianyi Wang committed May 24, 2023
    Configuration menu
    Copy the full SHA
    df54980 View commit details
    Browse the repository at this point in the history
  8. Merge modified pending changelog

    Tianyi Wang committed May 24, 2023
    Configuration menu
    Copy the full SHA
    14a703c View commit details
    Browse the repository at this point in the history
  9. Deleted sms smoke json model that is generated from unknown merging f…

    …rom main branch
    Tianyi Wang committed May 24, 2023
    Configuration menu
    Copy the full SHA
    6f16394 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Modify and merge sso token provider logic

    Tianyi Wang committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d0894cf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat-sso-session' into feature-token-provider

    # Conflicts:
    #	CHANGELOG_PENDING.md
    Tianyi Wang committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d5e1072 View commit details
    Browse the repository at this point in the history
  3. Modify and Merge changelog entry

    Tianyi Wang committed May 25, 2023
    Configuration menu
    Copy the full SHA
    45be7cf View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feat-sso-session' into feature-token-provider

    # Conflicts:
    #	CHANGELOG_PENDING.md
    Tianyi Wang committed May 25, 2023
    Configuration menu
    Copy the full SHA
    7b47ebb View commit details
    Browse the repository at this point in the history
  5. Modify and Merge changelog entry

    Tianyi Wang committed May 25, 2023
    Configuration menu
    Copy the full SHA
    e35aaee View commit details
    Browse the repository at this point in the history
  6. Modify and Merge changelog entry

    Tianyi Wang committed May 25, 2023
    Configuration menu
    Copy the full SHA
    3154ff0 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Modify and Merge changelog entry

    Tianyi Wang committed May 26, 2023
    Configuration menu
    Copy the full SHA
    3c021ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    359ee1e View commit details
    Browse the repository at this point in the history
  3. Modify and Merge changelog entry

    Tianyi Wang committed May 26, 2023
    Configuration menu
    Copy the full SHA
    19a523b View commit details
    Browse the repository at this point in the history
  4. Modify and Merge changelog entry

    Tianyi Wang committed May 26, 2023
    Configuration menu
    Copy the full SHA
    da6f599 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cf9168 View commit details
    Browse the repository at this point in the history
  6. Modify and Merge context used in token provider

    Tianyi Wang committed May 26, 2023
    Configuration menu
    Copy the full SHA
    8affb62 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Modify and Merge ssocreds test tag

    Tianyi Wang committed May 30, 2023
    Configuration menu
    Copy the full SHA
    2ffc7e2 View commit details
    Browse the repository at this point in the history
  2. Modify and Merge ssocreds token provider test tag

    Tianyi Wang committed May 30, 2023
    Configuration menu
    Copy the full SHA
    6e4eb05 View commit details
    Browse the repository at this point in the history
  3. Modify and Merge ssocreds cached token test tag

    Tianyi Wang committed May 30, 2023
    Configuration menu
    Copy the full SHA
    b2ca51c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Modify and Merge ssocreds cached token test tag

    Tianyi Wang committed May 31, 2023
    Configuration menu
    Copy the full SHA
    9b2a2a1 View commit details
    Browse the repository at this point in the history
  2. Modify and Merge ssocreds token provider test tag

    Tianyi Wang committed May 31, 2023
    Configuration menu
    Copy the full SHA
    7564841 View commit details
    Browse the repository at this point in the history
  3. Modify and Merge ssocreds token provider test tag

    Tianyi Wang committed May 31, 2023
    Configuration menu
    Copy the full SHA
    1558f1a View commit details
    Browse the repository at this point in the history
  4. Modify and Merge bearer token directory

    Tianyi Wang committed May 31, 2023
    Configuration menu
    Copy the full SHA
    89c821a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4853 from aws/feature-token-provider

    Add sso token provider
    wty-Bryant authored May 31, 2023
    Configuration menu
    Copy the full SHA
    1077388 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into feat-sso-session

    Tianyi Wang committed May 31, 2023
    Configuration menu
    Copy the full SHA
    b646a31 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Merge branch 'main' into feat-sso-session

    sync main to feat-sso-session
    Tianyi Wang committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    29a8523 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Update shared config logic to resolve sso section (#4868)

    * Merge logic of resolving sso section in shared config file
    
    * Modify and Merge shared config unit test case
    
    * Modify and Merge logic of shared config loaded from files
    
    ---------
    
    Co-authored-by: Tianyi Wang <[email protected]>
    wty-Bryant and Tianyi Wang authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    3216ed5 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Merge branch 'main' into feat-sso-session

    sync main into current branch
    Tianyi Wang committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    c479d68 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Merge branch 'main' into feat-sso-session

    sync main branch into current branch
    Tianyi Wang committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    1f7d087 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Merge branch 'main' into feat-sso-session

    sync main into branch
    Tianyi Wang committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    62eb32d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Update sso credential provider to support token provider (#4875)

    * Update and Merge logic of sso credential provider to support token provider
    
    * Add and Merge sso credential provider unit test data
    
    * Modify and Merge sso credential provider's token provider field and unit test
    
    * Modify and Merge sso credential provider's token provider and unit test
    
    * Modify and Merge sso credential provider's unit test
    
    ---------
    
    Co-authored-by: Tianyi Wang <[email protected]>
    wty-Bryant and Tianyi Wang authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    bce0677 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat-sso-session

    sync main into current branch
    Tianyi Wang committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    3003a27 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Merge branch 'main' into feat-sso-session

    sync main into current branch
    Tianyi Wang committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6e4da8f View commit details
    Browse the repository at this point in the history
  2. Modify and Merge changelog

    Tianyi Wang committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    9cabea6 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Merge branch 'main' into feat-sso-session

    Tianyi Wang committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    ba18cd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d85ea03 View commit details
    Browse the repository at this point in the history
  3. Modify and Merge sso cached token doc

    Tianyi Wang committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3ab0945 View commit details
    Browse the repository at this point in the history