You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,11 +91,20 @@ Check the end of the page for instructions on how to remove the Operator.
91
91
For the Operator to work, you will need the following information:
92
92
93
93
* Base URL - the URL of an Ops Manager instance (for Cloud Manager use `https://cloud.mongodb.com`)
94
-
* Project Name - the name of an Ops Manager Project where MongoDBs will be deployed into. It will be created by Operator
95
-
if it doesn't exist (and this is the recommended way instead of reusing the project created in OpsManager directly)
96
-
* (optionally) Organization ID - the ID of the organization to which the Project belongs
97
-
* User - an Ops Manager username
98
-
* Public API Key - an Ops Manager Public API Key. Note that you must whitelist the IP range of your Kubernetes cluster so that the Operator may make requests to Ops Manager using this API Key.
94
+
* (optionally) Project Name - the name of an Ops Manager Project where MongoDBs will be deployed into. It will be
95
+
created by the Operator if it doesn't exist (and this is the recommended way instead of reusing the project created
96
+
in OpsManager directly). If omitted the name of the MongoDB resource will be used as a project name.
97
+
* (optionally) Organization ID - the ID of the organization which the Project belongs to. The Operator will create
98
+
an Organization with the same name as the Project if Organization ID is omitted.
99
+
* API Credentials. This can be any pair of:
100
+
** Public and Private Programmatic API keys. They correspond to `user` and `publicApiKey` fields in the Secret storing
101
+
credentials. More information about the way to create them using Ops Manager UI can be found
0 commit comments