From 40729e8135166b35607342988ecfc9d4bf59f8bc Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 26 Jul 2023 14:37:12 +0200 Subject: [PATCH] Link to Druid-specific security page Add a 'Security' link to the homepage pointing to the Druid-specific security overview page, which contains relevant information about the Druid security trust model, and also contains the information on how to report security issues. --- src/pages/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pages/index.js b/src/pages/index.js index cb463cfbb..0ef30a5a7 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -101,6 +101,13 @@ export default () => { Get started with Druid in minutes. Load your own data and query it.

+
+ +
Security
+

+ Learn about security features, configuration instructions, and best practices to secure Druid. +

+
Get Help