-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not getting any keys while using a compose file #28
Comments
Hi @artynet , thanks for giving If I'm not wrong, the issue arose from the configuration This is a design for security purpose, so you have better control on what you want to expose and what you want to hide from the public. What you can do:
Full information about configuration can be found at https://github.com/XD-DENG/rediseen/blob/master/docs/documentation.md#configuration. Pls give a try and let me know if it works. |
Hello @XD-DENG , first of all thank you for your quick reply ! After you useful explanation I was able to figure out the actual issue. As a matter of fact, when using docker-compose, the double quotes prevent the rediseen container to detect the actual
then the curl request is denied as reported in my original post. I think that when writing a compose file the REDISEEN_KEY_PATTERN_EXPOSE has to be set without double quotes :
this way I can get my database entries as it should. Would you mind double check that ? |
Many thanks @artynet . Grande that you helped find out the root cause!
So to avoid confusion, I would like to keep the existing sample code as they are now. Meanwhile, may I invite you to help add a docker-compose sample into the project? It can help avoid confusion for people who start with docker-compose. If you are interested, you can commit the Thanks again! |
Hi @artynet , a gentle ping: would you be open to contribute a docker-compose example into the repo? :) Thx. |
Hello @XD-DENG, sorry for being late ! Of course I'd love to give my contribution to the project....my intention is to fork the project and add the compose file and the documentaion entries. I was really busy in my usual job tasks but I could reserve some time in the weekend to accomplish the commit ? Does it work for you ? Please let me know at your convenience ;) Kind Regards |
Many thanks @artynet . It would be great to have your contribution! Please do take your time. I fully understand you are busy and may have limited time. Please help make the necessary change when it's convenient for you. Look forward to that :) Thanks again! |
when running the whole bundle :
I am not able to get any key from the redisDB..any thoughts about that ?
thanks in advance...
The text was updated successfully, but these errors were encountered: