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

TokenManager Interface #7452

Merged
merged 31 commits into from
Jun 6, 2023

Commits on May 5, 2023

  1. TokenManager Interface

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

Commits on May 8, 2023

  1. Update javadocs

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

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    53f58a3 View commit details
    Browse the repository at this point in the history
  2. Update changelog

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

Commits on May 16, 2023

  1. Merge branch 'main' into tokenManager

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed May 16, 2023
    Configuration menu
    Copy the full SHA
    c2d4129 View commit details
    Browse the repository at this point in the history
  2. Update code coverage

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

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed May 16, 2023
    Configuration menu
    Copy the full SHA
    1d05fc2 View commit details
    Browse the repository at this point in the history
  4. Swap to issue word

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed May 16, 2023
    Configuration menu
    Copy the full SHA
    54ef048 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into tokenManager

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

Commits on May 18, 2023

  1. Increase coverage

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

Commits on May 19, 2023

  1. Spotless

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed May 19, 2023
    Configuration menu
    Copy the full SHA
    b86b24e View commit details
    Browse the repository at this point in the history
  2. Create bearer auth token

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

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed May 19, 2023
    Configuration menu
    Copy the full SHA
    f8647d6 View commit details
    Browse the repository at this point in the history
  4. Add full token string

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed May 19, 2023
    Configuration menu
    Copy the full SHA
    3fd358f View commit details
    Browse the repository at this point in the history
  5. Add coverage for bearer token type

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

Commits on May 22, 2023

  1. spotless

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

Commits on May 23, 2023

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

Commits on May 24, 2023

  1. Merge branch 'main' into tokenManager

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

Commits on May 30, 2023

  1. Merge branch 'main' into tokenManager

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed May 30, 2023
    Configuration menu
    Copy the full SHA
    0fc832e View commit details
    Browse the repository at this point in the history
  2. Implement Password generation for development

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed May 30, 2023
    Configuration menu
    Copy the full SHA
    1e9afe3 View commit details
    Browse the repository at this point in the history
  3. fix audit

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed May 30, 2023
    Configuration menu
    Copy the full SHA
    ff876ab View commit details
    Browse the repository at this point in the history
  4. Update plugins/identity-shiro/src/main/java/org/opensearch/identity/s…

    …hiro/ShiroTokenManager.java
    
    Co-authored-by: Andriy Redko <[email protected]>
    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford and reta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d353f62 View commit details
    Browse the repository at this point in the history
  5. Update server/src/main/java/org/opensearch/identity/tokens/BearerAuth…

    …Token.java
    
    Co-authored-by: Andriy Redko <[email protected]>
    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford and reta committed May 30, 2023
    Configuration menu
    Copy the full SHA
    2b1a1fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bb88a6 View commit details
    Browse the repository at this point in the history
  7. spotless

    Signed-off-by: Stephen Crawford <[email protected]>
    stephen-crawford committed May 30, 2023
    Configuration menu
    Copy the full SHA
    57acaca View commit details
    Browse the repository at this point in the history
  8. Swap exception type

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

Commits on May 31, 2023

  1. Merge branch 'main' into tokenManager

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

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    1151c49 View commit details
    Browse the repository at this point in the history
  2. Fix changelog

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

Commits on Jun 6, 2023

  1. Update token manager

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