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 early rejection from RestHandler for unauthorized requests #3418

Merged
merged 120 commits into from
Oct 6, 2023

Commits on Sep 27, 2023

  1. [Draft] Resource usage case test

    Execute with `./gradlew integrationTest --tests \
      org.opensearch.security.ResourceFocusedTests -i`
    
    Test case output in
    build/reports/tests/integrationTest/classes/org.opensearch.security.ResourceFocusedTests.html
    is best for reviewing the memory utilization stats.
    
    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6286f7f View commit details
    Browse the repository at this point in the history
  2. Use DelegatingRestHandler to ensure that the original handler's imple…

    …mentations are delegated to
    
    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ef660b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Switch to create

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    cf327b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Remove Sharable

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a3bd919 View commit details
    Browse the repository at this point in the history
  2. Move Conditional Decompressor to core

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    b1343e1 View commit details
    Browse the repository at this point in the history
  3. Removed http channel

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    ab693c6 View commit details
    Browse the repository at this point in the history
  4. Add request source from the netty channel

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6abd939 View commit details
    Browse the repository at this point in the history
  5. Plumb SecurityRequest into HTTPAuthenticator interface

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    da8d0cb View commit details
    Browse the repository at this point in the history
  6. Fix all tests

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    26c6b83 View commit details
    Browse the repository at this point in the history
  7. Remove DelegatingRestHandler changes for now

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7f6b364 View commit details
    Browse the repository at this point in the history
  8. Prevent build break for generalized testing associated with SecurityR…

    …equest
    
    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a825d83 View commit details
    Browse the repository at this point in the history
  9. Spotless

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    095d4e5 View commit details
    Browse the repository at this point in the history
  10. Disable createHeaderVerifier so builds can pass

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6580e7f View commit details
    Browse the repository at this point in the history
  11. Remove duplicated code

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7466271 View commit details
    Browse the repository at this point in the history
  12. Implement SecurityRequest gaps

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

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

Commits on Oct 1, 2023

  1. Redo how reRequestAuthentication works

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    9f369cb View commit details
    Browse the repository at this point in the history
  2. Nix that idea

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    46358a2 View commit details
    Browse the repository at this point in the history
  3. Cleaning up some

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

Commits on Oct 2, 2023

  1. Run CI with respective branch in core

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    98c53ad View commit details
    Browse the repository at this point in the history
  2. Run on push

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    d9e5f4f View commit details
    Browse the repository at this point in the history
  3. Correct branch

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    eb33281 View commit details
    Browse the repository at this point in the history
  4. Mild switch to RequestChannel

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    9844df9 View commit details
    Browse the repository at this point in the history
  5. Same step

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ee54fbb View commit details
    Browse the repository at this point in the history
  6. Remove test

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    37a251b View commit details
    Browse the repository at this point in the history
  7. Remove should not happen

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3b2925b View commit details
    Browse the repository at this point in the history
  8. Handle unsupported scenarios

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    cafe1c7 View commit details
    Browse the repository at this point in the history
  9. Update audit log tests

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    0829c94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2768a54 View commit details
    Browse the repository at this point in the history
  11. Update run

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    b06242b View commit details
    Browse the repository at this point in the history
  12. Use handlingSettings

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e46adaa View commit details
    Browse the repository at this point in the history
  13. Skip decompression for WhoAmI and Health requests

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e77adba View commit details
    Browse the repository at this point in the history
  14. Tests compile again

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    2beb434 View commit details
    Browse the repository at this point in the history
  15. Fix spotless issues

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    2ef4c3f View commit details
    Browse the repository at this point in the history
  16. Merge remote-tracking branch 'origin/main' into headerverifier

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    4970a49 View commit details
    Browse the repository at this point in the history
  17. Fix merging from main changes

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

Commits on Oct 3, 2023

  1. Passthrough if sslOnly

    Signed-off-by: Craig Perkins <craig5008@gmail.com>
    cwperks committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    aa5c0fc View commit details
    Browse the repository at this point in the history
  2. Handle exception

    Signed-off-by: Craig Perkins <craig5008@gmail.com>
    cwperks committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    868ec9b View commit details
    Browse the repository at this point in the history
  3. Restore default build.gradle settings

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    547218b View commit details
    Browse the repository at this point in the history
  4. Fix bug in authn/z stages of handler wrapper

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d44d277 View commit details
    Browse the repository at this point in the history
  5. Focus channel implementation

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b960aac View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/main' into headerverifier

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4d9506c View commit details
    Browse the repository at this point in the history
  7. Fix merge conflict related issues

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

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c1ae22f View commit details
    Browse the repository at this point in the history
  9. Seperate read-only vs read-write scenarios

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    2aad250 View commit details
    Browse the repository at this point in the history
  10. Spotless

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    9a915e7 View commit details
    Browse the repository at this point in the history
  11. more cleanup

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e749a8e View commit details
    Browse the repository at this point in the history
  12. Rename concrete classes

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    20c9ea7 View commit details
    Browse the repository at this point in the history
  13. Maybe final changes batch

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    22991e3 View commit details
    Browse the repository at this point in the history
  14. Use SSLConfig class

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    6f959ae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    caf433a View commit details
    Browse the repository at this point in the history
  16. Fix parameter consumption

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    828ef2b View commit details
    Browse the repository at this point in the history
  17. Fix incorrect error message

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    641c195 View commit details
    Browse the repository at this point in the history
  18. javadoc

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

Commits on Oct 4, 2023

  1. Handle special case of api/authtoken

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e5d4235 View commit details
    Browse the repository at this point in the history
  2. Use FakeRestRequest

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e5452a2 View commit details
    Browse the repository at this point in the history
  3. Use AttributeKeys in SecurityRestFilter just in time

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e001924 View commit details
    Browse the repository at this point in the history
  4. Remove the Authenticatiion verifier

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    21e1030 View commit details
    Browse the repository at this point in the history
  5. Debug statement

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    09207c2 View commit details
    Browse the repository at this point in the history
  6. Even more logging

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    659088d View commit details
    Browse the repository at this point in the history
  7. Even more loogging

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c019f02 View commit details
    Browse the repository at this point in the history
  8. Even more logging

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e8e5155 View commit details
    Browse the repository at this point in the history
  9. Add more logging

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9ffa147 View commit details
    Browse the repository at this point in the history
  10. move logging location

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    613acab View commit details
    Browse the repository at this point in the history
  11. Refactor to optional in progress

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2125f9f View commit details
    Browse the repository at this point in the history
  12. Restore changes around passing unsent response

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    edbe2be View commit details
    Browse the repository at this point in the history
  13. revert logging changes

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    33aa863 View commit details
    Browse the repository at this point in the history
  14. Fix spotless

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0c5a97d View commit details
    Browse the repository at this point in the history
  15. Fix exception name

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2f58523 View commit details
    Browse the repository at this point in the history
  16. Copyright headers

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    5dc3033 View commit details
    Browse the repository at this point in the history
  17. PR comments

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e323823 View commit details
    Browse the repository at this point in the history
  18. Check channel type

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    b77e678 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Fix issue with saml tests

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    177ad11 View commit details
    Browse the repository at this point in the history
  2. Fine tunning cr pass

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1312d2c View commit details
    Browse the repository at this point in the history
  3. Fix TaskTests with X-Opaque-ID

    Signed-off-by: Craig Perkins <craig5008@gmail.com>
    cwperks committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    34d33ca View commit details
    Browse the repository at this point in the history
  4. Fix bad auth realm

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    28f620b View commit details
    Browse the repository at this point in the history
  5. Fix build break

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    38c34cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a1e067 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3409e81 View commit details
    Browse the repository at this point in the history
  8. Use createRestRequest

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    27f49d8 View commit details
    Browse the repository at this point in the history
  9. Check if exists, then set

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    4d487fa View commit details
    Browse the repository at this point in the history
  10. Merge branch 'improve-compressed-handling' of https://github.com/cwpe…

    …rks/security into improve-compressed-handling
    cwperks committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a9bf8b9 View commit details
    Browse the repository at this point in the history
  11. X-Opaque-Id

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    6b68dc8 View commit details
    Browse the repository at this point in the history
  12. Single netty request class

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    93ca9ab View commit details
    Browse the repository at this point in the history
  13. Get value from transport constructor

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    bd96a33 View commit details
    Browse the repository at this point in the history
  14. Minimize core changes

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    be5d5e5 View commit details
    Browse the repository at this point in the history
  15. minor update

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    000e9d5 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'improve-compressed-handling-security-request' into impr…

    …ove-compressed-handling
    cwperks committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8e78d66 View commit details
    Browse the repository at this point in the history
  17. Remove unused import

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    2e45460 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Merge remote-tracking branch 'origin/main' into HEAD

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    0906b4e View commit details
    Browse the repository at this point in the history
  2. Cleaning up more logic around attributes

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    8554082 View commit details
    Browse the repository at this point in the history
  3. Remove outdated test files

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    a013e04 View commit details
    Browse the repository at this point in the history
  4. Remove from SecurityRequestChannel

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    9bb86cb View commit details
    Browse the repository at this point in the history
  5. Fix test compile issue

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    0465436 View commit details
    Browse the repository at this point in the history
  6. Rollback changes that aren't required

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    062ee96 View commit details
    Browse the repository at this point in the history
  7. Cleanup spotless and some other routdated eferences

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    71185b0 View commit details
    Browse the repository at this point in the history
  8. Don't create new attribute for the http-channel

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    a2d69b5 View commit details
    Browse the repository at this point in the history
  9. Iterating forward

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    c058350 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    297fa0d View commit details
    Browse the repository at this point in the history
  11. Remove code that should not be commented out

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    23cfbb6 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'cwperks/improve-compressed-handling' in…

    …to improve-compressed-handling
    
    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    782d27f View commit details
    Browse the repository at this point in the history
  13. Only set X-Opaque-Id if present

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4abc12e View commit details
    Browse the repository at this point in the history
  14. Fix checkstyle

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    77a5182 View commit details
    Browse the repository at this point in the history
  15. Switch peekFrom to use get instead of getAndSet

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1773227 View commit details
    Browse the repository at this point in the history
  16. Clear attributes with early response

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    678fc0e View commit details
    Browse the repository at this point in the history
  17. Update skip logic and NettyRequest.path

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    2df5bd7 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'resource-tester' into improve-compressed-handling

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    e7df5d2 View commit details
    Browse the repository at this point in the history
  19. Catch IllegalArgumentException in request.path

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    146a114 View commit details
    Browse the repository at this point in the history
  20. Match RestRequest implementation of path

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f0350f2 View commit details
    Browse the repository at this point in the history
  21. Handle case of NettyRequest

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6cdedbe View commit details
    Browse the repository at this point in the history
  22. Remove requestFromNetty

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    cce6722 View commit details
    Browse the repository at this point in the history
  23. Add some tests

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1d6d96d View commit details
    Browse the repository at this point in the history
  24. Sharable channel handlers

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b891098 View commit details
    Browse the repository at this point in the history
  25. Merge commit 'cwperks/improve-compressed-handling' into improve-compr…

    …essed-handling
    
    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    52f7844 View commit details
    Browse the repository at this point in the history
  26. Filter tests to only run integration test case

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    cae4149 View commit details
    Browse the repository at this point in the history
  27. updates to CI systems

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    799d648 View commit details
    Browse the repository at this point in the history
  28. Make sure resource tests can fail

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    033d59f View commit details
    Browse the repository at this point in the history
  29. Only conditionally apply retries no integrationTests

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6b4b5c4 View commit details
    Browse the repository at this point in the history
  30. Remove out of date comments

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    99c029f View commit details
    Browse the repository at this point in the history
  31. Fix spotless issues

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