Closed NathanT02 closed 4 weeks ago
the command in the docs says confluent-hub install confluentinc/kafka-config-provider-aws:latest this gives an Error: plugin not found.
confluent-hub install confluentinc/kafka-config-provider-aws:latest
Error: plugin not found
The correct command is confluent-hub install confluentinc/csid-secrets-provider-aws:latest.
confluent-hub install confluentinc/csid-secrets-provider-aws:latest
Just for reference for future readers
Hi @NathanT02 , thanks for highlighting this.
We have merged in a PR to resolve the old naming of csid-config and kafka-config.
csid-config
kafka-config
the command in the docs says
confluent-hub install confluentinc/kafka-config-provider-aws:latest
this gives anError: plugin not found
.The correct command is
confluent-hub install confluentinc/csid-secrets-provider-aws:latest
.Just for reference for future readers