-
Notifications
You must be signed in to change notification settings - Fork 1
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
Memgraph Platform Via Helm #51
Comments
I was able to get passed this. However, my current issue is the inability to create any user via the |
Hi @bwhartlove, can you tell me which image you used? Memgraph, Memgraph MAGE or Memgraph Platform? How are you passing values to the config settings to Memgraph? Can you explain your process of setting the flags and connecting to a running Memgraph instance? Btw. for quicker and easier communication, join our Discord server and ping me there :) |
Hello! I am using the Memgraph Platform Image and deploying it via a Helm Chart I modified from the Memgraph Helm chart example provided here. Since I am trying to run the container as a non-root user (i.e., as the
My supervisord.conf looks as so:
And my
This does not appear to pre-populate the database with the user. My intention is to have the container come up so that a user must use a username/password to login. |
Can you send me the modified Helm Chart too? |
Sure thing. Here's the helm chart (I haven't finished my values file yet, so it's all verbose):
|
Thank you for sharing. I will check this and get back to you. If you notice anything new or can provide any additional info meanwhile, let me know. What is the urgency on your side? |
I'll provide any insights as I run into them. Urgency is low, though I would like to get this resolved within the next week or so if possible. Thanks! |
Small edit to the Helm Chart: I've noticed that I have to connect manually to the database. It does not detect the db on localhost, so I have to use the service to connect, which requires adding the port |
I've noticed that the user is not present at spin up of the container, but if I hop in and manually import the cypher file, it creates the user just fine: The logs do say it's |
I was able to accomplish what I was trying to do without the
I'd still like to understand what is going wrong with the |
It's great to hear you managed to accomplish what you wanted to, and I'll check what happened with the |
Just doing some development work for my own knowledge. It's a really awesome tool, and I wanted to learn more about graph databases. Thanks for checking on this! |
Apologies for taking this in a different direction - is there any way with Memgraph Lab to set up SSL? I know you can use certs with the memgraph.conf to encrypt traffic to the backend, but what about the front end service? |
Regarding the SSL with Memgraph Lab, currently, the only way is to have a reverse proxy in front, e.g. a reverse proxy that holds SSL information and proxies everything toward/from Memgraph Lab endpoint. Is that doable in your case? |
Yes, that is something I've done with other services in the past, and it's doable in my case. Thanks for the confirmation! |
@antejavor not sure what happened here and if there's any update. I noticed the issue is a bit stale and that you assigned it yourself, so can you check it when you're back from vacation? Besides that, @bwhartlove we are working on a new way of running the Memgraph Platform and that's why we haven't been that active in creating a new helm chart for the Memgraph Platform. Hopefully, we'll manage to improve the process soon enough. How are you doing and did you make any progress in your project? |
The Memgraph documentation mentions how to deploy Memgraph itself via a Helm chart. Is there something similar available for Memgraph platform? There is, at least as far as I can tell, no documentation on that. I've been having issues with my current deployment where all services appear to be up inside the container, but the front-end says that Memgraph Lab cannot detect Memgraph running in the container.
The text was updated successfully, but these errors were encountered: