Skip to content

Commit

Permalink
Link to Druid-specific security page
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
raboof committed Jul 26, 2023
1 parent d03cd2f commit c0f2414
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ export default () => {
<a href="/docs/latest/tutorials/">Get started with Druid</a> in minutes. Load your own data and query it.
</p>
</div>
<div className="feature">
<span className="fa fa-shield fa" />
<h5> Security</h5>
<p>
Learn about <a href="/docs/latest/operations/security-overview.html">security features, configuration instructions, and best practices</a> to secure Druid.
</p>
</div>
<div className="feature">
<span className="fa fa-question-circle fa" />
<h5> Get Help</h5>
Expand Down Expand Up @@ -137,4 +144,4 @@ export default () => {
</div>
</Layout>
);
}
}

0 comments on commit c0f2414

Please sign in to comment.