-
Notifications
You must be signed in to change notification settings - Fork 22
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
Expose Ecto SSL configuration #419
Comments
lusergit
added a commit
to lusergit/edgehog
that referenced
this issue
Dec 13, 2024
Adds ssl/tls support for the edgehog <-> database communication. Closes edgehog-device-manager#419. Signed-off-by: Luca Zaninotto <[email protected]>
lusergit
added a commit
to lusergit/edgehog
that referenced
this issue
Dec 16, 2024
Adds ssl/tls support for the edgehog <-> database communication. Closes edgehog-device-manager#419. Signed-off-by: Luca Zaninotto <[email protected]>
lusergit
added a commit
to lusergit/edgehog
that referenced
this issue
Dec 16, 2024
Adds ssl/tls support for the edgehog <-> database communication. Closes edgehog-device-manager#419. Signed-off-by: Luca Zaninotto <[email protected]>
lusergit
added a commit
to lusergit/edgehog
that referenced
this issue
Dec 18, 2024
Adds ssl/tls support for the edgehog <-> database communication. Closes edgehog-device-manager#419. Signed-off-by: Luca Zaninotto <[email protected]>
lusergit
added a commit
to lusergit/edgehog
that referenced
this issue
Dec 18, 2024
Adds ssl/tls support for the edgehog <-> database communication. Closes edgehog-device-manager#419. Signed-off-by: Luca Zaninotto <[email protected]>
lusergit
added a commit
to lusergit/edgehog
that referenced
this issue
Dec 18, 2024
Adds ssl/tls support for the edgehog <-> database communication. Closes edgehog-device-manager#419. Signed-off-by: Luca Zaninotto <[email protected]>
lusergit
added a commit
to lusergit/edgehog
that referenced
this issue
Dec 18, 2024
Adds ssl/tls support for the edgehog <-> database communication. Closes edgehog-device-manager#419. Signed-off-by: Luca Zaninotto <[email protected]>
lusergit
added a commit
to lusergit/edgehog
that referenced
this issue
Dec 18, 2024
Adds ssl/tls support for the edgehog <-> database communication. Closes edgehog-device-manager#419. Signed-off-by: Luca Zaninotto <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should be able to connect to a Postgres database exposed over SSL, so we have to add some more environment variables.
The most basic one would just be
DATABASE_ENABLE_SSL
, then we could add the other ones when there's the need.The text was updated successfully, but these errors were encountered: