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

Setup extension TLS #619

Merged
merged 31 commits into from
May 1, 2023
Merged

Commits on Mar 27, 2023

  1. WIP on Handler naming and SSL

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

Commits on Mar 28, 2023

  1. Add concept of extension shortname via settings

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    9c49d95 View commit details
    Browse the repository at this point in the history
  2. WIP on extension ssl

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    97d2a22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5703ae View commit details
    Browse the repository at this point in the history
  4. Get registry from runner

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

Commits on Mar 29, 2023

  1. Read settings from extension config file

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9238527 View commit details
    Browse the repository at this point in the history
  2. Update license headers

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

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0a1425b View commit details
    Browse the repository at this point in the history
  4. Remove authz changes and only keep TLS

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0b634be View commit details
    Browse the repository at this point in the history
  5. Remove authz changes and only keep TLS

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    38baa81 View commit details
    Browse the repository at this point in the history
  6. Remove authz changes and only keep TLS

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d504ed8 View commit details
    Browse the repository at this point in the history
  7. Remove authz changes and only keep TLS

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    6826fef View commit details
    Browse the repository at this point in the history
  8. Remove authz changes and only keep TLS

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0825b74 View commit details
    Browse the repository at this point in the history
  9. Update cert generation documents

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5afe8c8 View commit details
    Browse the repository at this point in the history
  10. Add ssl.transport.enabled in ExtensionsRunner

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

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    636bcdc View commit details
    Browse the repository at this point in the history
  2. Merge main into branch

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

Commits on Apr 2, 2023

  1. Add instructions for running in SSL only mode

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

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    10127c4 View commit details
    Browse the repository at this point in the history
  2. Add all SSL settings to extension settings

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    1eeafe6 View commit details
    Browse the repository at this point in the history
  3. Set default enforce_hostname_verification

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

Commits on Apr 10, 2023

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

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    f7697b1 View commit details
    Browse the repository at this point in the history
  2. Run spotlessApply

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    6d7ec26 View commit details
    Browse the repository at this point in the history
  3. Respond to code review feedback

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

Commits on Apr 26, 2023

  1. Fix typos in debug messages

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

Commits on Apr 27, 2023

  1. Add docstrings

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

Commits on Apr 28, 2023

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

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    15c82db View commit details
    Browse the repository at this point in the history
  2. Address code review feedback

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