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

Remove TransportClient auth/auth #1701

Merged

Commits on Mar 23, 2022

  1. Remove code related to TransportClient auth/auth (opensearch-project#…

    …1578)
    
    Signed-off-by: Jochen Kressin <jkressin@floragunn.com>
    jochenkressin committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    5c11264 View commit details
    Browse the repository at this point in the history
  2. Remove Transport Auth auditlog categories (opensearch-project#1578)

    Signed-off-by: Jochen Kressin <jkressin@floragunn.com>
    jochenkressin committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    30d7315 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8363896 View commit details
    Browse the repository at this point in the history
  4. Code cosmetic - removed obsolete comment

    Signed-off-by: Jochen Kressin <jkressin@floragunn.com>
    jochenkressin committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    0d4d14f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

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

Commits on Apr 10, 2022

  1. Enforce privileges evaluation for injected user (opensearch-project#1578

    )
    
    While we do not need any transport client auth/auth code anymore,
    we still need to check the privileges of an injected user on
    transport layer. This functionality was removed by mistake and
    is reenabled by this commit.
    
    Signed-off-by: Jochen Kressin <jkressin@floragunn.com>
    jochenkressin committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    bbd7636 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Merge remote-tracking branch 'origin/main' into remove-transport-auth

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    546bfa4 View commit details
    Browse the repository at this point in the history
  2. Clean up import statement changes

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    3cebc7a View commit details
    Browse the repository at this point in the history
  3. Readd dropped imports

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    ac78bd9 View commit details
    Browse the repository at this point in the history