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(pg): support SSL certs #7175

Merged
merged 15 commits into from
Dec 13, 2022
Merged

feat(pg): support SSL certs #7175

merged 15 commits into from
Dec 13, 2022

Commits on Sep 13, 2022

  1. feat(pg): support SSL certs

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c41758d View commit details
    Browse the repository at this point in the history
  2. feat(pg): remove conditional based on pgsslmode

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3989d03 View commit details
    Browse the repository at this point in the history
  3. feat(pg): graceful support for defaults

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a580d0d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. feat: add env var for PG_CERT_DIR

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    d09347a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Merge branch 'master' into devops/pg-ssl

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    06f43c3 View commit details
    Browse the repository at this point in the history
  2. feat: add postgresql ssl to readme

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    1a15a74 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. chore(pg): accept unauthorized SSL connections. Required to work with…

    … CloudSQL without the CloudSQL Proxy.
    rafaelromcar-parabol committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    8823fd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d351c3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cbedb0 View commit details
    Browse the repository at this point in the history
  4. fix: no spread pgm ssl params

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    8cda4ee View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. process.env fix

    Dschoordsch authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    7f219ee View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Revert "Use getSSL function for migrations as well"

    This reverts commit d351c3c.
    Dschoordsch committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    02dbe48 View commit details
    Browse the repository at this point in the history
  2. fix: coerce string to bool for getPgSSL

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    a09c160 View commit details
    Browse the repository at this point in the history
  3. fix: cleanup var names

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    0ba26b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. fix: re-add pgmConfig ssl

    Signed-off-by: Matt Krick <[email protected]>
    mattkrick committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    56e2621 View commit details
    Browse the repository at this point in the history