forked from freelawproject/courtlistener
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(build): housekeeping for
cl-postgresql
and cl-es
TLS
Strict verification of certificates in development isn't something that is necessary, but it is still productive. Matching or exceeding the rigor required by production can shake out configuration issues before they reach production. With a few adjustments, we can provide `cl-django` the information it needs to verify the `cl-postgresql` and `cl-es` services. - Remove unsafe default for `ELASTICSEARCH_CA_CERT` and instead specify this value in `docker-compose.yml`. - Create `ELASTICSEARCH_VERIFY_CERT` and use it to configure certificate verification in development. - Provide `cl-postgres.crt` and `cl-es.crt` to `cl-django` and `cl-celery`
- Loading branch information
Showing
3 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
Empty file.
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