From 5524b97d9100c49b8d6e6489d2d3122eebf9eef8 Mon Sep 17 00:00:00 2001 From: Daniel Toader Date: Wed, 19 Aug 2026 21:54:41 +0300 Subject: [PATCH] Add redirect for supported kernels --- docs/.custom_wordlist.txt | 2 ++ docs/redirects.txt | 1 + docs/server/how-to-guides/security/harden-your-deployment.md | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/.custom_wordlist.txt b/docs/.custom_wordlist.txt index 0598f2e..3d774de 100644 --- a/docs/.custom_wordlist.txt +++ b/docs/.custom_wordlist.txt @@ -29,6 +29,7 @@ Downloader dvipng enablement Enablement +eTags filepath firewalled fonts @@ -99,6 +100,7 @@ rediraffe redownloading rerediraffe reStructuredText +resync retrigger(ing)? Rockcraft rollout diff --git a/docs/redirects.txt b/docs/redirects.txt index f7e7241..7b86c83 100644 --- a/docs/redirects.txt +++ b/docs/redirects.txt @@ -123,6 +123,7 @@ "livepatch/reference/patch-lifecycle.md" "client/explanation/patches/patch-lifecycle.md" "livepatch/reference/patch-security.md" "client/reference/patches/patch-security.md" "livepatch/reference/supported-kernels.md" "client/reference/platform/supported-kernels.md" +"livepatch/reference/kernels.md" "client/reference/platform/supported-kernels.md" "livepatch_on_prem/explanation/access-control.md" "server/explanation/architecture/access-control.md" "livepatch_on_prem/explanation/data-sent.md" "server/reference/telemetry/data-sent.md" "livepatch_on_prem/explanation/index.md" "server/explanation/index.md" diff --git a/docs/server/how-to-guides/security/harden-your-deployment.md b/docs/server/how-to-guides/security/harden-your-deployment.md index 29cdd88..d8887d9 100644 --- a/docs/server/how-to-guides/security/harden-your-deployment.md +++ b/docs/server/how-to-guides/security/harden-your-deployment.md @@ -41,7 +41,7 @@ In [federated deployments](/server/how-to-guides/patch-management/chain-livepatc TLS for PostgreSQL connections is supported through the connection string. Include `sslmode=verify-full` (or at minimum `sslmode=require`) in the database connection string to encrypt traffic between the server and PostgreSQL. -For charm deployments, database credentials are obtained through Juju relations (`database` interface with the [PostgreSQL K8s Charm](https://charmhub.io/postgresql-k8s)). TLS for the database connection is managed by the PostgreSQL charm's [TLS integration](https://canonical-charmed-postgresql-k8s.readthedocs-hosted.com/14/tutorial/index.html#enable-encryption-with-tls). The Livepatch charm does not expose separate database credential configuration -- all credentials are exchanged through the Juju relation protocol. +For charm deployments, database credentials are obtained through Juju relations (`database` interface with the [PostgreSQL K8s Charm](https://charmhub.io/postgresql-k8s)). TLS for the database connection is managed by the PostgreSQL charm's [TLS integration](https://canonical.com/data/postgresql/docs/16/how-to/network-and-encryption/enable-tls/). The Livepatch charm does not expose separate database credential configuration -- all credentials are exchanged through the Juju relation protocol. ## Encrypt patch storage connections