-
I tried the installation with helm from docker hub with the command suggested in the readme "helm install -n ditto my-ditto oci://registry-1.docker.io/eclipse/ditto --version 3.3.3 --wait". I can't figure out what is not working and how I can properly configure the user for Ditto access. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
@neottil Oh, I think the default of I will address this in a fix - as I also assume that for "simple" scenarios the Chart should support nginx based authentication by default. In the meantime: Could you try installing the Helm chart with |
Beta Was this translation helpful? Give feedback.
-
With Ditto 3.3.6 the whole solution here does not work anymore. As soon as I understand the problem a little more clearly I will report back here. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone! I've try to test ditto 3.5.10 and I have some problem probably related with that basic auth config. I've seen that in the repo there is a file local-values.yaml, so I try to use that in installation with
In this way the environment is ready in a few minutes, but going to run a simple GET of things from inside the nginx pod via a curl, it goes into timeout.
Verifying pod status there are some in crash... It's possible to have in readme, or in other file, a simple guide to have Ditto running and usabale with basic auth in k8s cluster via Helm for simple demo? |
Beta Was this translation helpful? Give feedback.
Hello,
I am glad that i have found your discussion. I have the same problem and I am pretty sure I found the issue today.
tl;dr:
The quick solution is to set ingress.api.paths /api to nginx.
The long answer because this is probably an issue with the helm-chart:
Just for context, the environment in which I use the Eclipse Ditto chart is an Azure Kubernetes Services with a working nginx-ingress-controller and a cert-manager.
To keep things simple to describe I am using the local-values.yaml with mongodb.enabled: true.
The intention is to create an ingress so that all the endp…