vernemq/docker-vernemq

Vernemq HTTP API KEY

neel8989 opened this issue ยท 5 comments

Is this possible to pass vernemq http API key through helm deployment file ?

Currently we are using this command to add API key
vmq-admin api-key add key=mykey
@vmq-ci @ioolkos

eyenx commented

This was implemented in this PR #369 but not for the helm chart as it uses still version 1.13.0 of the docker image. So I guess it needs a new release for this to be included in the helm chart

Right @ioolkos ?

When is this expected to happen?

@eyenx yes, it needs a new release/Helm release yes, unless you want to mount any new or adapted start script into the Docker image.


๐Ÿ‘‰ Using the binary VerneMQ packages commercially (.deb/.rpm/Docker) requires a paid subscription.
๐Ÿ‘‰ Thank you for supporting VerneMQ: https://github.com/sponsors/vernemq

@ioolkos where is the new release?

@eyenx our official images are on Dockerhub, and you can update your helm repository to get the newest release. But I also just added a 2.0.1 tag.


๐Ÿ‘‰ Using the binary VerneMQ packages commercially (.deb/.rpm/Docker) requires a paid subscription.
๐Ÿ‘‰ Thank you for supporting VerneMQ: https://github.com/sponsors/vernemq

Thank you @ioolkos !

Very much appreciate this