diff --git a/docs/content/development/extensions.md b/docs/content/development/extensions.md index bc728306042..a9e1d1ee2f0 100644 --- a/docs/content/development/extensions.md +++ b/docs/content/development/extensions.md @@ -22,6 +22,7 @@ Core extensions are maintained by Druid committers. |Name|Description|Docs| |----|-----------|----| |druid-avro-extensions|Support for data in Apache Avro data format.|[link](../development/extensions-core/avro.html)| +|druid-basic-security|Support for Basic HTTP authentication and role-based access control.|[link](../development/extensions-core/druid-basic-security.html)| |druid-caffeine-cache|A local cache implementation backed by Caffeine.|[link](../development/extensions-core/caffeine-cache.html)| |druid-datasketches|Support for approximate counts and set operations with [DataSketches](http://datasketches.github.io/).|[link](../development/extensions-core/datasketches-aggregators.html)| |druid-hdfs-storage|HDFS deep storage.|[link](../development/extensions-core/hdfs.html)| diff --git a/docs/content/toc.md b/docs/content/toc.md index d18de0e7c73..e51f95c05d4 100644 --- a/docs/content/toc.md +++ b/docs/content/toc.md @@ -90,6 +90,7 @@ layout: toc * [Broker](/docs/VERSION/configuration/broker.html) * [Realtime](/docs/VERSION/configuration/realtime.html) * [Configuring Logging](/docs/VERSION/configuration/logging.html) + * [Configuring Authentication and Authorization](/docs/VERSION/configuration/auth.html) ## Development * [Overview](/docs/VERSION/development/overview.html)