Skip to content

Commit 4e0b01f

Browse files
committed
update to mention GCP does not take user/password into account
1 parent e825bfb commit 4e0b01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/managed-storage/managed-mongodb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
MONGO_INITDB_DATABASE: mydb
5252
```
5353
54-
**Important:** Do **NOT** set `MONGO_INITDB_ROOT_USERNAME` and `MONGO_INITDB_ROOT_PASSWORD` config variables when using GCP. GCP Firestore handles authentication automatically, and your services will have seamless access to the database without requiring explicit credentials.
54+
**Important:** GCP will ignore `MONGO_INITDB_ROOT_USERNAME` and `MONGO_INITDB_ROOT_PASSWORD` credentials since they are not needed. GCP automatically handles authentication and grants your service access to the MongoDB database.
5555

5656
### Example
5757

0 commit comments

Comments
 (0)