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: docs/configuring-the-connector.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,14 +59,25 @@ Both digest and basic authentication require the following properties to be conf
59
59
60
60
### Configuring Progress Data Cloud authentication
61
61
62
-
Cloud authentication requires the following properties to be configured:
62
+
Authenticating with Progress Data Cloud (PDC) requires the following properties to be configured:
63
63
64
+
-`ml.connection.host` = your PDC host name - e.g. `myservice.data.progress.cloud`
64
65
-`ml.connection.securityContextType=CLOUD`
65
-
-`ml.connection.basePath` = the base path in your Progress Data Cloud instance that points to the REST API server you
66
-
wish to connect to
67
-
-`ml.connection.cloudApiKey` = the API key for authenticating with your Progress Data Cloud instance
66
+
-`ml.connection.port=443`
67
+
-`ml.connection.basePath` = the base path in your PDC instance that points to the REST API server you wish to connect to
68
+
-`ml.connection.cloudApiKey` = the API key for authenticating with your PDC instance
69
+
70
+
For the `ml.connection.basePath` property - this should equal an "integration endpoint" that you have configured in your PDC instance.
71
+
The value will be similar to e.g. `/ml/ml12/default/your-chosen-name`.
72
+
Please see the
73
+
[PDC documentation](https://docs.progress.com/bundle/progress-data-cloud-use/page/topics/access-your-services/marklogic/expose-an-app-server.html) for more information.
74
+
75
+
In addition, because the connector depends on a [MarkLogic REST API server](https://docs.progress.com/bundle/marklogic-server-develop-rest-api-12/page/topics/intro.html),
76
+
you may wish to use [the ml-gradle Gradle plugin](https://github.com/marklogic/ml-gradle/wiki/Getting-started) to define and deploy
77
+
an application to your PDC tenancy consisting of a REST API app server. If you do, consult the
78
+
[ml-gradle docs](https://github.com/marklogic/ml-gradle/wiki/Progress-Data-Cloud-support) on configuring your project to deploy
79
+
to a PDC tenancy.
68
80
69
-
You should also set `ml.connection.port` to 443 for connecting to Progress Data Cloud.
0 commit comments