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

Patch 524 #545

Merged
merged 6 commits into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
| **Recommended Action** | Ensure the connection security settings of each PostgreSQL server are configured to enforce SSL connections. |

## Detailed Remediation Steps
1. Log in to the Microsoft Azure Management Console.
2. Select the "Search resources, services, and docs" option at the top and search for PostgreSQL. </br> <img src="/resources/azure/postgresqlserver/enforce-postgresql-ssl-connection/step2.png"/>
3. On the "Azure Database for PostgreSQL servers" page, select the database by clicking on the "Name" as a link that needs to be examine.</br> <img src="/resources/azure/postgresqlserver/enforce-postgresql-ssl-connection/step3.png"/>
alphadev4 marked this conversation as resolved.
Show resolved Hide resolved
4. Scroll down the left navigation panel and choose "Connection Security" under "Settings."</br> <img src="/resources/azure/postgresqlserver/enforce-postgresql-ssl-connection/step4.png"/>
5. On the "Connection Security" page, search for "SSL settings". If the Enforce SSL connection is set to "DISABLED" this is a security risk as data is transmitted unencrypted. This is against azure best practices.</br> <img src="/resources/azure/postgresqlserver/enforce-postgresql-ssl-connection/step5.png"/>
6. To Enable the "SSL Connection" select "ENABLED" from the toggle configuration button. In the "TLS setting" select the highest version "1.2" as of now.</br> <img src="/resources/azure/postgresqlserver/enforce-postgresql-ssl-connection/step6.png"/>
alphadev4 marked this conversation as resolved.
Show resolved Hide resolved
7. Click on the "Save" button at the top to make the changes.</br> <img src="/resources/azure/postgresqlserver/enforce-postgresql-ssl-connection/step7.png"/>
8. Repeat steps number 3 - 7 to ensure the server parameters for each PostgreSQL server have the connection_throttling setting enabled.</br>
alphadev4 marked this conversation as resolved.
Show resolved Hide resolved



alphadev4 marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.