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

Enable client and server cert auth in postgresql #1160

Merged
merged 9 commits into from
May 25, 2017

Commits on May 13, 2017

  1. Add certs and modify settings to require TLS

    (For both client and server)
    Status: Server cert validation is successful, client (notary signer and
    server) fails.
    
    Signed-off-by: Ashwini Oruganti <[email protected]>
    ashfall committed May 13, 2017
    Configuration menu
    Copy the full SHA
    d1ec184 View commit details
    Browse the repository at this point in the history
  2. Typo

    Signed-off-by: Ashwini Oruganti <[email protected]>
    ashfall committed May 13, 2017
    Configuration menu
    Copy the full SHA
    d13a1d5 View commit details
    Browse the repository at this point in the history
  3. Use RSA, some config tweaks

    Signed-off-by: Ashwini Oruganti <[email protected]>
    ashfall committed May 13, 2017
    Configuration menu
    Copy the full SHA
    586dba6 View commit details
    Browse the repository at this point in the history
  4. Tweak startup ssl params in postgresql.conf

    Signed-off-by: Ashwini Oruganti <[email protected]>
    ashfall committed May 13, 2017
    Configuration menu
    Copy the full SHA
    b939a48 View commit details
    Browse the repository at this point in the history
  5. Add a reference to an obscure setting.

    Signed-off-by: Ashwini Oruganti <[email protected]>
    ashfall committed May 13, 2017
    Configuration menu
    Copy the full SHA
    5a8f5fe View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Update postgresql DBURL in testing script

    Signed-off-by: Ashwini Oruganti <[email protected]>
    ashfall committed May 15, 2017
    Configuration menu
    Copy the full SHA
    06cc6ef View commit details
    Browse the repository at this point in the history
  2. Enable SSH on the test server for our CI

    Signed-off-by: Ashwini Oruganti <[email protected]>
    ashfall committed May 15, 2017
    Configuration menu
    Copy the full SHA
    deb6db3 View commit details
    Browse the repository at this point in the history
  3. Change permissions for mounted keys

    Signed-off-by: Ashwini Oruganti <[email protected]>
    ashfall committed May 15, 2017
    Configuration menu
    Copy the full SHA
    79e691a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Update permissions for server and signer.

    Signed-off-by: Ashwini Oruganti <[email protected]>
    ashfall committed May 16, 2017
    Configuration menu
    Copy the full SHA
    fb1735b View commit details
    Browse the repository at this point in the history