abhishekagarwal87 commented on a change in pull request #11795:
URL: https://github.com/apache/druid/pull/11795#discussion_r727728877
##########
File path: docs/operations/dynamic-config-provider.md
##########
@@ -22,18 +22,19 @@ title: "Dynamic Config Providers"
~ under the License.
-->
-Druid's core mechanism of supplying multiple related set of
credentials/secrets/configurations via Druid extension mechanism. Currently, it
is only supported for providing Kafka Consumer configuration in [Kafka
Ingestion](../development/extensions-core/kafka-ingestion.md).
+Dynamic config providers are Apache Druid's core mechanism to supply multiple
related sets of credentials, secrets, and configurations with a Druid extension
mechanism. It is intened as the eventual replacement of
[PasswordProvider](./password-provider.md).
-Eventually this will replace [PasswordProvider](./password-provider.md)
+Druid comes with an environment variable dynamic config provider that supports:
+- Kafka consumer configuration in [Kafka
ingestion](../development/extensions-core/kafka-ingestion.md)
+- Kinesis consumer configuration in [Kafka
ngestion](../development/extensions-core/kafka-ingestion.md)
Review comment:
No. Kinesis is not supported. However, AWS credentials for kinesis are
not passed in the ingestion spec but rather via runtime properties. I am not
aware of any other info in kinesis spec that needs to be secured.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]