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 40729e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 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

0 comments on commit 40729e8

Please sign in to comment.