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

Authorize Requests bound for extensions in the REST-Layer #2601

Closed
wants to merge 30 commits into from

Commits on Mar 27, 2023

  1. WIP on rest layer authz

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    e2b750d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. WIP on rest-layer authz

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    478523a View commit details
    Browse the repository at this point in the history
  2. Extension handshake

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    3444295 View commit details
    Browse the repository at this point in the history
  3. Extension TLS

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    eb03f38 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Remove SecurityRestFilterChanges to isolate extension TLS change

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    85dba00 View commit details
    Browse the repository at this point in the history
  2. Remove SecurityRestFilterChanges to isolate extension TLS change

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    3419692 View commit details
    Browse the repository at this point in the history
  3. Remove SecurityRestFilterChanges to isolate extension TLS change

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9ef4e0f View commit details
    Browse the repository at this point in the history
  4. Remove SecurityRestFilterChanges to isolate extension TLS change

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b7686dd View commit details
    Browse the repository at this point in the history
  5. Remove SecurityRestFilterChanges to isolate extension TLS change

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    298aa27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b6ca7b View commit details
    Browse the repository at this point in the history
  7. WIP for HelloWorld sample extension role

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e3c1b47 View commit details
    Browse the repository at this point in the history
  8. Initial implementation of authz check in REST layer

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f3dadf8 View commit details
    Browse the repository at this point in the history
  9. Remove header

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a1826d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Create authorizeRequest method

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    49fff14 View commit details
    Browse the repository at this point in the history
  2. Remove local check

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    5a64ef7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Use extensions feature flag

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    62a076c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66f4d5c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    87c421b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e83aace View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    40b9c98 View commit details
    Browse the repository at this point in the history
  2. Switch to values.iterator

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    b1f7369 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e30e8be View commit details
    Browse the repository at this point in the history
  4. small fix

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    1ef9083 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    a740ea4 View commit details
    Browse the repository at this point in the history
  2. Remove ImmutableOpenMap

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6cdda66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2430ff View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Change to ProtectedRoute

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    364793c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

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

Commits on May 8, 2023

  1. Remove extension permissions

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed May 8, 2023
    Configuration menu
    Copy the full SHA
    0e9dc24 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Use lookupExtensionSettingsById

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed May 9, 2023
    Configuration menu
    Copy the full SHA
    30d7899 View commit details
    Browse the repository at this point in the history