Axel
Axel
Hello, I'm using docker image `mongo-express:latest` (digest `sha256:51077e453f7649b3ea21181472a2752cd8f88ca3ed0c5fd1c8dcd12cc68b0b1e`) in Kubernetes. I created an readonly user with role `readAnyDatabase` and configured env variables like: ```yaml ME_CONFIG_MONGODB_SERVER: db-headless # service name inside...
Hi, I would like to redirect to an external site from `http://domain.com/yolo` --> `http://sauron.com/yolo` without changing the domain (`domain.com/yolo`) because of CORS. On a **server/VM with Nginx,** I would add...
Hi @angeloudy , I found a good Kubernetes way to do your request. You have to use an "ExternalName" service type. No need to use annotations with Ingress. https://kubernetes.io/fr/docs/concepts/services-networking/service/#externalname
@dejurin It does not change :'( But for the community, I had to add the role `clusterMonitor` (https://www.mongodb.com/docs/manual/reference/built-in-roles/#mongodb-authrole-clusterMonitor)