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

Implement on behalf of token passing for extensions #8679

Merged

Commits on Jul 12, 2023

  1. Outline changes

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    2837200 View commit details
    Browse the repository at this point in the history
  2. Basic outline

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    570c04b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Basic token passing

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    abd83c4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into tokenPassingForExtensions

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0b4d85d View commit details
    Browse the repository at this point in the history
  3. Minor changes

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    afc6b34 View commit details
    Browse the repository at this point in the history
  4. Swap issue token type

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ee602cf View commit details
    Browse the repository at this point in the history
  5. Update changelog

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    095932d View commit details
    Browse the repository at this point in the history
  6. SPotless

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    676d14f View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into tokenPassingForExtensions

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b224770 View commit details
    Browse the repository at this point in the history
  8. Add test

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    3db805c View commit details
    Browse the repository at this point in the history
  9. Swap out authentication

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4d6e2fd View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into tokenPassingForExtensions

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7b1757e View commit details
    Browse the repository at this point in the history
  11. Swap to string, obj map

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b15df51 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Update with Craig's feedback

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d937ca9 View commit details
    Browse the repository at this point in the history
  2. Add javadoc

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    af9d2d7 View commit details
    Browse the repository at this point in the history
  3. add annotation

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f6209d4 View commit details
    Browse the repository at this point in the history
  4. Fix missing path import

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    acd3330 View commit details
    Browse the repository at this point in the history
  5. Fix test

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ed2d09c View commit details
    Browse the repository at this point in the history
  6. boost coverage

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4fdfaf7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Add interface for AuthToken

    Signed-off-by: Ryan Liang <[email protected]>
    RyanL1997 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a746202 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Merge pull request #6 from RyanL1997/interfaceForTokenPassing

    Add interface for AuthToken
    stephen-crawford authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    52fa085 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Update server/src/main/java/org/opensearch/identity/noop/NoopTokenMan…

    …ager.java
    
    Co-authored-by: Peter Nied <[email protected]>
    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford and peternied authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    acf6c76 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Merge branch 'main' into tokenPassingForExtensions

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a703786 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    417f419 View commit details
    Browse the repository at this point in the history
  3. Resolve comments

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    1070564 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into tokenPassingForExtensions

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0f6b361 View commit details
    Browse the repository at this point in the history
  5. Add javadoc

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    3ae548c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Make token check happen before write

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a7b9107 View commit details
    Browse the repository at this point in the history
  2. Fix test

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d7cf2ea View commit details
    Browse the repository at this point in the history
  3. Spotless

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5db9178 View commit details
    Browse the repository at this point in the history
  4. trigger retry

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2aa6d4f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. changes

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f073f5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d21516 View commit details
    Browse the repository at this point in the history
  3. Swap issuer with subject

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    46a6812 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc6a18d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    977d145 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    3440e16 View commit details
    Browse the repository at this point in the history
  2. Boost coverage

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    45c3dcd View commit details
    Browse the repository at this point in the history
  3. Boost coverage

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    67806ed View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Merge branch 'main' into tokenPassingForExtensions

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5f09660 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Merge branch 'main' into tokenPassingForExtensions

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3845842 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Fix

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d990651 View commit details
    Browse the repository at this point in the history
  2. spotless

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    5479019 View commit details
    Browse the repository at this point in the history
  3. remove bad decleration

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d2b7519 View commit details
    Browse the repository at this point in the history
  4. Fix changelog

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    40afb9e View commit details
    Browse the repository at this point in the history
  5. Changelog

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    5d17b26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a8b4ae View commit details
    Browse the repository at this point in the history