Moody Saada
Moody Saada
In addition to S3, it would be nice to support Azure Blob storage. I can help work on it. For now, here are the docs: https://docs.microsoft.com/en-us/nodejs/api/overview/azure/storage?view=azure-node-2.0.0
It would be really nice to prompt the user to apply changes after the json output is generated. And if `--apply` is passed, it should automatically apply the generated json.
I added `kafka.metrics.reporters=com.airbnb.kafka.kafka08.StatsdMetricsReporter` to my `consumer.properties` file and i see this ```sh $ bin/kafka-console-consumer.sh --zookeeper localhost:2181 --topic test -from-beginning --consumer.config config/consumer.properties [2017-07-14 21:31:25,614] WARN Property kafka.metrics.reporters is not valid (kafka.utils.VerifiableProperties)...
When trying to install plugin on Vault 1.1.3, I receive this error ```sh $ plugin_name=vault-plugin-secrets-kubernetes $ plugin_sha256=$(kubectl exec -it -n vault "$VAULT_POD_NAME" -- sha256sum /vault/plugins/$plugin_name | awk '{print $1}') $...