From 27c7476c3d80d3b952a1db4cc798180191825f32 Mon Sep 17 00:00:00 2001 From: Sandro Date: Tue, 12 Aug 2025 16:36:39 +0200 Subject: [PATCH] Fix webhook-secrets.conf permissions The secret is read by hydra-server which is run under hydra-www so that needs to be able to read the file. --- doc/manual/src/webhook-migration-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/src/webhook-migration-guide.md b/doc/manual/src/webhook-migration-guide.md index 76864eb3..2da216e7 100644 --- a/doc/manual/src/webhook-migration-guide.md +++ b/doc/manual/src/webhook-migration-guide.md @@ -28,7 +28,7 @@ EOF # Set secure permissions chmod 0600 /var/lib/hydra/secrets/webhook-secrets.conf -chown hydra:hydra /var/lib/hydra/secrets/webhook-secrets.conf +chown hydra-www:hydra /var/lib/hydra/secrets/webhook-secrets.conf ``` **Important**: Save the generated secrets to configure them in GitHub/Gitea later. You can view them with: