[ https://jira.fiware.org/browse/HELP-17792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=114743#comment-114743 ] Stefan Wiedemann commented on HELP-17792: ----------------------------------------- He directly contacted me via email and I already answered that. I will update the stackoverflow question when I have an response. > [fiware-stackoverflow] Issues with helm install orion > ----------------------------------------------------- > > Key: HELP-17792 > URL: https://jira.fiware.org/browse/HELP-17792 > Project: Help-Desk > Issue Type: Monitor > Components: FIWARE-TECH-HELP > Reporter: Backlog Manager > Assignee: Stefan Wiedemann > Labels: fiware, fiware-orion > > Created question in FIWARE Q/A platform on 28-05-2021 at 20:05 > {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/67744899/issues-with-helm-install-orion > +Question:+ > Issues with helm install orion > +Description:+ > I'm trying to install Fiware Orion on AKS using your Helm chart. I installed MongoDB using > helm repo add azure-marketplace https://marketplace.azurecr.io/helm/v1/repo > helm install my-release azure-marketplace/mongodb > Consequently I configured the MongoDB in values.yaml as follows: > ## database configuration > db: > # -- configuration of the mongo-db hosts. if multiple hosts are inserted, its assumed that mongo is running as a replica set > hosts: [my-release-mongodb] > # - my-release-mongodb > # -- the db to use. if running in multiservice mode, its used as a prefix. > name: orion > # -- Database authentication (not needed if MongoDB doesn't use --auth) > auth: > # --user for connecting mongo > user: root > # -- password to be used on mongo > password: mypasswd > # -- the MongoDB authentication mechanism to use in the case user and password is set > #mech: SCRAM-SHA-1 > I use the command : helm install test orion > As I see this error in the pod logging I suppose something is wrong; > kubectl logs test-orion-7dfcc9c7fb-8vbgw > time=2021-05-28T19:50:29.737Z | lvl=ERROR | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=mongocContextCachePersist.cpp[59]:mongocContextCachePersist | msg=Database Error (persisting context: command insert requires authentication) > Can you help me with this please? > Kind regards, > Johan, -- This message was sent by Atlassian JIRA (v6.4.1#64016)
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy