Skip to content

Commit

Permalink
external mongo secrets config (#4166)
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Ledesma <[email protected]>
Signed-off-by: Vedant Shrotria <[email protected]>
Signed-off-by: Saranya Jena <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Co-authored-by: Saranya Jena <[email protected]>
  • Loading branch information
3 people authored Oct 27, 2023
1 parent 727ee8a commit 50a7ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs/docs/experiments/faq/portal.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ hide:
### Can we host MongoDB outside the cluster? What connection string is supported? Is SSL connection supported?

Yes we can host Mongodb outside the cluster, the mongo string can be updated accordingly DataBaseServer: "mongodb://mongo-service:27017"
We use the same connection string for both authentication server and graphql server containers in litmus portal-server deployment, also there are the db user and db password keys that can be tuned in the configmap like DB_USER: "admin" and DB_PASSWORD: "1234".
We use the same connection string for both authentication server and graphql server containers in litmus portal-server deployment, also there are the db user and db password keys that can be tuned in the secrets like DB_USER: "admin" and DB_PASSWORD: "1234".
We can connect with SSL if the certificate is optional. If our requirement is ca.cert auth for the SSL connection, then this is not available on the portal

### What does failed status of workflow means in LitmusPortal?
Expand Down

0 comments on commit 50a7ae4

Please sign in to comment.