[PR #927] [MERGED] Make more sslmode available for postgresql connection (Fixes #925) #1743

Closed
opened 2025-12-29 02:31:31 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/927
Author: @OrvilleQ
Created: 11/3/2022
Status: Merged
Merged: 11/24/2022
Merged by: @kradalby

Base: mainHead: fix-psql-sslmode


📝 Commits (4)

  • 6a3362b Change DBssl to string
  • 6f2cbe5 Add a note about the db_ssl field in the example config file
  • 59748a1 Tweak
  • e8f0c20 Update CHANGELOG.md

📊 Changes

4 files changed (+13 additions, -4 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 app.go (+7 -2)
📝 config-example.yaml (+3 -0)
📝 config.go (+2 -2)

📄 Description

  • read the CONTRIBUTING guidelines
  • raised a GitHub issue or discussed it on the projects chat beforehand
  • added unit tests
  • added integration tests
  • updated documentation if needed
  • updated CHANGELOG.md

#925

Change DBssl to String while still compatible with old boolean configuration.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/927 **Author:** [@OrvilleQ](https://github.com/OrvilleQ) **Created:** 11/3/2022 **Status:** ✅ Merged **Merged:** 11/24/2022 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `fix-psql-sslmode` --- ### 📝 Commits (4) - [`6a3362b`](https://github.com/juanfont/headscale/commit/6a3362ba3a9d712dad133f49591b427ea866752e) Change DBssl to string - [`6f2cbe5`](https://github.com/juanfont/headscale/commit/6f2cbe50f3e80f476ebadc3055bb6992f727fb10) Add a note about the db_ssl field in the example config file - [`59748a1`](https://github.com/juanfont/headscale/commit/59748a1455b2507bc0cb4fb0106dfad1098e5977) Tweak - [`e8f0c20`](https://github.com/juanfont/headscale/commit/e8f0c203c42a93fec145eee7392309c7752b4372) Update CHANGELOG.md ### 📊 Changes **4 files changed** (+13 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `app.go` (+7 -2) 📝 `config-example.yaml` (+3 -0) 📝 `config.go` (+2 -2) </details> ### 📄 Description <!-- Please tick if the following things apply. You… --> - [x] read the [CONTRIBUTING guidelines](README.md#contributing) - [x] raised a GitHub issue or discussed it on the projects chat beforehand - [ ] added unit tests - [ ] added integration tests - [x] updated documentation if needed - [ ] updated CHANGELOG.md <!-- If applicable, please reference the issue using `Fixes #XXX` and add tests to cover your new code. --> #925 Change `DBssl` to `String` while still compatible with old boolean configuration. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:31:31 +01:00
adam closed this issue 2025-12-29 02:31:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1743