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

Update lib/pq to fix cert permissions issues #1804

Merged
merged 2 commits into from
Jan 30, 2023
Merged

Update lib/pq to fix cert permissions issues #1804

merged 2 commits into from
Jan 30, 2023

Commits on Jan 25, 2023

  1. Update lib/pq to fix cert permissions issues

    When attempting to connect to a PostgreSQL database using certificate
    credentials, authentication may fail due to permissions issues on the
    certificate files. When using Athens in Kubernetes, this issue may be
    unavoidable when using secrets.
    
    The github.com/lib/pq library has resolved this issue as of v1.10.6, so
    this commit updates that library to the latest release version (v1.10.7)
    to resolve the issue in Athens.
    jorng committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    0f97fc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

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