mirror of https://github.com/apache/druid.git
Add missing auth doc links (#5224)
This commit is contained in:
parent
535ec437e9
commit
02544f9197
|
@ -22,6 +22,7 @@ Core extensions are maintained by Druid committers.
|
||||||
|Name|Description|Docs|
|
|Name|Description|Docs|
|
||||||
|----|-----------|----|
|
|----|-----------|----|
|
||||||
|druid-avro-extensions|Support for data in Apache Avro data format.|[link](../development/extensions-core/avro.html)|
|
|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-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-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)|
|
|druid-hdfs-storage|HDFS deep storage.|[link](../development/extensions-core/hdfs.html)|
|
||||||
|
|
|
@ -90,6 +90,7 @@ layout: toc
|
||||||
* [Broker](/docs/VERSION/configuration/broker.html)
|
* [Broker](/docs/VERSION/configuration/broker.html)
|
||||||
* [Realtime](/docs/VERSION/configuration/realtime.html)
|
* [Realtime](/docs/VERSION/configuration/realtime.html)
|
||||||
* [Configuring Logging](/docs/VERSION/configuration/logging.html)
|
* [Configuring Logging](/docs/VERSION/configuration/logging.html)
|
||||||
|
* [Configuring Authentication and Authorization](/docs/VERSION/configuration/auth.html)
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
* [Overview](/docs/VERSION/development/overview.html)
|
* [Overview](/docs/VERSION/development/overview.html)
|
||||||
|
|
Loading…
Reference in New Issue