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

Provide service accounts tokens to extensions #9618

Merged
merged 31 commits into from
Sep 22, 2023

Commits on Aug 29, 2023

  1. Add transport action

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    eee8b01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f568e03 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3bdc4e4 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6b7849f View commit details
    Browse the repository at this point in the history
  5. Add tests

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    427d633 View commit details
    Browse the repository at this point in the history
  6. add docs

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c8032a5 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    474839f View commit details
    Browse the repository at this point in the history
  8. Fix test

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    dccf057 View commit details
    Browse the repository at this point in the history
  9. Coverage

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    27cdc53 View commit details
    Browse the repository at this point in the history
  10. fix typo

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    58d2d79 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    2e6594b View commit details
    Browse the repository at this point in the history
  2. rename

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    af81d6f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Merge branch 'main' into issueSA

    Signed-off-by: Stephen Crawford <65832608+scrawfor99@users.noreply.github.com>
    stephen-crawford committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2321552 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Merge branch 'main' into issueSA

    Signed-off-by: Stephen Crawford <65832608+scrawfor99@users.noreply.github.com>
    stephen-crawford committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1892189 View commit details
    Browse the repository at this point in the history
  2. trigger retry

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    fb817fc View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    5c85e7e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Merge branch 'main' into issueSA

    Signed-off-by: Stephen Crawford <65832608+scrawfor99@users.noreply.github.com>
    stephen-crawford committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    bc7b4d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    29b987d View commit details
    Browse the repository at this point in the history
  2. Swap to URL encoder

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5c00650 View commit details
    Browse the repository at this point in the history
  3. remove paddign

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3e2de54 View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    25987f7 View commit details
    Browse the repository at this point in the history
  5. Spotless

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6ba712c View commit details
    Browse the repository at this point in the history
  6. Update server/src/main/java/org/opensearch/extensions/action/IssueSer…

    …viceAccountResponse.java
    
    Co-authored-by: Owais Kazi <owaiskazi19@gmail.com>
    Signed-off-by: Stephen Crawford <65832608+scrawfor99@users.noreply.github.com>
    stephen-crawford and owaiskazi19 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    187c06d View commit details
    Browse the repository at this point in the history
  7. Owais' feedback

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4228df0 View commit details
    Browse the repository at this point in the history
  8. spotless

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    266f3af View commit details
    Browse the repository at this point in the history
  9. Fix test

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f341146 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. move into initialize

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    caae079 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. fix flaky test

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c6de74d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. final changes

    Signed-off-by: Stephen Crawford <steecraw@amazon.com>
    stephen-crawford committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0415f58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64b689a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into issueSA

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8ca2b87 View commit details
    Browse the repository at this point in the history