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

feat:SSL for postgres #2473

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

Commits on Apr 8, 2024

  1. SSL for postgres

    bstrausser committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    daa8cf2 View commit details
    Browse the repository at this point in the history
  2. Add entrypoint wrapper

    bstrausser committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    53e2135 View commit details
    Browse the repository at this point in the history
  3. Add in init so we can test ssl+init path

    bstrausser committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    bd3360d View commit details
    Browse the repository at this point in the history
  4. Remove unused fields from options

    bstrausser committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c3fd69b View commit details
    Browse the repository at this point in the history
  5. Remove unused consts

    bstrausser committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    445a575 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Separate entrypoint from ssl

    bstrausser committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8814e8c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Use external cert generation

    bstrausser committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2aecc1b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Make entrypoint not-optional

    bstrausser committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    eac665d View commit details
    Browse the repository at this point in the history
  2. Add docstring

    bstrausser committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    302472c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Spaces to tab in entrypoint

    bstrausser committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3099790 View commit details
    Browse the repository at this point in the history
  2. Add postgres ssl docs

    bstrausser committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e067d0f View commit details
    Browse the repository at this point in the history
  3. Remove WithEntrypoint

    bstrausser committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2c7f621 View commit details
    Browse the repository at this point in the history
  4. Update docs/modules/postgres.md

    Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
    bearrito and mdelapenya committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b9cd59b View commit details
    Browse the repository at this point in the history
  5. Update docs/modules/postgres.md

    Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
    bearrito and mdelapenya committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ef017c9 View commit details
    Browse the repository at this point in the history
  6. Update docs/modules/postgres.md

    Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
    bearrito and mdelapenya committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fd3d3e5 View commit details
    Browse the repository at this point in the history
  7. Update modules/postgres/postgres_test.go

    Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
    bearrito and mdelapenya committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    cd1b63f View commit details
    Browse the repository at this point in the history
  8. Update modules/postgres/postgres_test.go

    Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
    bearrito and mdelapenya committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c7eebeb View commit details
    Browse the repository at this point in the history
  9. Embed resources + Use custom conf automatically

    bstrausser committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a36eafa View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Update docs/modules/postgres.md

    Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
    bearrito and mdelapenya committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7ea323a View commit details
    Browse the repository at this point in the history
  2. Update docs/modules/postgres.md

    Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
    bearrito and mdelapenya committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0557c9d View commit details
    Browse the repository at this point in the history
  3. Update docs/modules/postgres.md

    Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
    bearrito and mdelapenya committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5d0fa1e View commit details
    Browse the repository at this point in the history
  4. Update modules/postgres/postgres_test.go

    Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
    bearrito and mdelapenya committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7805e1f View commit details
    Browse the repository at this point in the history
  5. Update modules/postgres/postgres_test.go

    Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
    bearrito and mdelapenya committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c80fa83 View commit details
    Browse the repository at this point in the history
  6. Update modules/postgres/postgres_test.go

    Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
    bearrito and mdelapenya committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e73f9a5 View commit details
    Browse the repository at this point in the history
  7. Update modules/postgres/postgres_test.go

    Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
    bearrito and mdelapenya committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1be6a31 View commit details
    Browse the repository at this point in the history
  8. Revert to use passed in conf

    bstrausser committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4e6c6d7 View commit details
    Browse the repository at this point in the history
  9. Update doc for required conf

    bstrausser committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e28361a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8502649 View commit details
    Browse the repository at this point in the history
  11. Error checking in the customizer

    bstrausser committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5d8598f View commit details
    Browse the repository at this point in the history
  12. Few formatting fix

    bstrausser committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    dffe996 View commit details
    Browse the repository at this point in the history
  13. Use non-nil error when err is nil

    bstrausser committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    53d9a1a View commit details
    Browse the repository at this point in the history