Skip to content

Commit

Permalink
Add a scheme to MongoDB URIs (#41929)
Browse files Browse the repository at this point in the history
Fixes #41894

These were missing, causing errors for users.
  • Loading branch information
ptgott committed May 23, 2024
1 parent e6918de commit 10b63e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ Install and configure Teleport where you will run the Teleport Database Service:

(!docs/pages/includes/install-linux.mdx!)

(!docs/pages/includes/database-access/db-configure-start.mdx dbName="example-mongo" dbProtocol="mongodb" databaseAddress="mongo.example.com:27017" !)
(!docs/pages/includes/database-access/db-configure-start.mdx dbName="example-mongo" dbProtocol="mongodb" databaseAddress="mongodb://mongo.example.com:27017" !)

</TabItem>
<TabItem label="Kubernetes Cluster">
Teleport provides Helm charts for installing the Teleport Database Service in Kubernetes Clusters.

(!docs/pages/kubernetes-access/helm/includes/helm-repo-add.mdx!)

(!docs/pages/includes/database-access/db-helm-install.mdx dbName="example-mongo" dbProtocol="mongodb" databaseAddress="mongo.example.com:27017" !)
(!docs/pages/includes/database-access/db-helm-install.mdx dbName="example-mongo" dbProtocol="mongodb" databaseAddress="mongodb://mongo.example.com:27017" !)
</TabItem>
</Tabs>

Expand Down

0 comments on commit 10b63e4

Please sign in to comment.