-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add references to sslmode for postgres dbs (#617)
[REL-638](https://linear.app/sourcegraph/issue/REL-638/configure-aws-rds-databases-for-tls-connections-in-helm-chart) raised issues that this flag did not get mentioned in the docs where a customer wanted to use TLS. It also outlined the recommended fixes that this commit implements. This PR has an accompanying [docs PR](sourcegraph/docs#900) ### Checklist - [x] Follow the [manual testing process](https://github.com/sourcegraph/deploy-sourcegraph-helm/blob/main/TEST.md) - [ ] Update [changelog](https://github.com/sourcegraph/deploy-sourcegraph-helm/blob/main/charts/sourcegraph/CHANGELOG.md) - [ ] Update [Kubernetes update doc](https://docs.sourcegraph.com/admin/updates/kubernetes) ### Test plan Manually test this out? Would require spinning up an RDS instance or something, but that's fine. I'm in the process of doing so now. <!-- As part of SOC2/GN-104 and SOC2/GN-105 requirements, all pull requests are REQUIRED to provide a "test plan". A test plan is a loose explanation of what you have done or implemented to test this, as outlined in our Testing principles and guidelines: https://docs.sourcegraph.com/dev/background-information/testing_principles Write your test plan here after the "Test plan" header. -->
- Loading branch information
1 parent
e215bde
commit bbc52d1
Showing
10 changed files
with
31 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
charts/sourcegraph/tests/__snapshot__/checksum_test.yaml.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
should update checksum when codeinsights-db secret is modified: | ||
1: | | ||
b60668796ecf6c0c43c250feeb4f61583494b50c518d145753612c0f3e10d2d1 | ||
29f56ffb20b2f033b6f54a3b8e4f049734a9330390bc4e4b162a792e073b9447 | ||
should update checksum when codeintel-db secret is modified: | ||
1: | | ||
393b4697f158c0151c67f84d2caf81894565f9928a68fe4cea86de62c2784c3c | ||
839b4e7703dfa58ea8513e436a017af6183d7e5c3d8560a8d580bef8299242fb | ||
should update checksum when pgsql secret is modified: | ||
1: | | ||
9edce55c26da40c6a2f12025db322495f2f2a50183f234d7476d486134434aa2 | ||
54b0ee5944d429d618699fa4e18a406fb817668d9111bb43b46eac363415e5b2 | ||
should update checksum when redis-cache secret is modified: | ||
1: | | ||
cffe7781e068ed7f9b5cff231361a3973a2a3378a28cf047a9a5ad77c832732c | ||
97d7112d6b8b0d3e6251d9062aaba1a7205fda567b701d70eecc4540878228c0 | ||
should update checksum when redis-store secret is modified: | ||
1: | | ||
cffe7781e068ed7f9b5cff231361a3973a2a3378a28cf047a9a5ad77c832732c | ||
97d7112d6b8b0d3e6251d9062aaba1a7205fda567b701d70eecc4540878228c0 |
4 changes: 2 additions & 2 deletions
4
charts/sourcegraph/tests/__snapshot__/pgsqlAuth_test.yaml.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
should reference default secret name when existingSecret is blank: | ||
1: | | ||
180940fdb956526d197a8efaf15bc2f14a3db83e09610917f8b9040fa5232d39 | ||
0fa09c505c8e425627c62e0bb13c3ecb575b6c117a2b976fd1a4e71dd41561f6 | ||
should reference existing secret name when existingSecret is passed: | ||
1: | | ||
e5de6930e808d2ef402f404c12b53ff96e57ac6818a72ed19ab0aa4caf588596 | ||
75d732cb063b4c32166d42a620df3c0b2b9fa139f28a560c9c566d36b150e6c3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters