Skip to content

Commit ea5c41d

Browse files
authored
doc: Document alternative to set Gov flag (#1621)
1 parent 5d93252 commit ea5c41d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@ SecretName: cfn/atlas/profile/{ProfileName}
104104
SecretValue: {"PublicKey": "YourPublicKey", "PrivateKey": "YourPrivateKey", "IsMongoDBGovCloud": true}
105105
```
106106

107+
Using `IsMongoDBGovCloud` is the recommended approach. Alternatively, you can set the `BaseUrl` field directly to the Gov Cloud URL. The following configuration is equivalent:
108+
109+
```
110+
SecretValue: {"PublicKey": "YourPublicKey", "PrivateKey": "YourPrivateKey", "BaseUrl": "https://cloud.mongodbgov.com/"}
111+
```
112+
113+
If both `BaseUrl` and `IsMongoDBGovCloud` are set, `BaseUrl` takes precedence.
114+
107115
### Prerequisites
108116
1. Review [Atlas for Government considerations](https://www.mongodb.com/docs/atlas/government/atlas-for-government/).
109117
2. An existing Atlas Organization with billing set up in your Cloud Gov environment.

0 commit comments

Comments
 (0)