diff --git a/docs/configuring-the-connector.md b/docs/configuring-the-connector.md index 4b5491e..6c9668f 100644 --- a/docs/configuring-the-connector.md +++ b/docs/configuring-the-connector.md @@ -47,8 +47,8 @@ Regardless of the required authentication strategy, you must configure the follo - `ml.connection.port` = the port of the MarkLogic app server you wish to connect to - `ml.connection.securityContextType` = the authentication strategy required by the MarkLogic app server; defaults to DIGEST -The choices for `ml.connection.securityContextType` are DIGEST, BASIC, CERTIFICATE, KERBEROS, and NONE. The additional -properties required for each are described in the following sections. +The choices for `ml.connection.securityContextType` are `DIGEST`, `BASIC`, `CERTIFICATE`, `KERBEROS`, `CLOUD`, and +`NONE`. The additional properties required for each are described in the following sections. ### Configuring digest and basic authentication @@ -61,6 +61,7 @@ Both digest and basic authentication require the following properties to be conf Progress Data Cloud authentication requires the following properties to be configured: +- `ml.connection.securityContextType=CLOUD` - `ml.connection.basePath` = the base path in your Progress Data Cloud instance that points to the REST API server you wish to connect to - `ml.connection.cloudApiKey` = the API key for authenticating with your Progress Data Cloud instance @@ -71,6 +72,7 @@ You should also set `ml.connection.port` to 443 for connecting to Progress Data Certificate authentication requires the following properties to be configured: +- `ml.connection.securityContextType=CERTIFICATE` - `ml.connection.certFile` = path to a PKCS12 certificate file - `ml.connection.certPassword` = password for the PKCS12 certificate file @@ -78,6 +80,7 @@ Certificate authentication requires the following properties to be configured: Kerberos authentication requires the following property to be configured: +- `ml.connection.securityContextType=KERBEROS` - `ml.connection.externalName` = the name of the principal to be used in Kerberos authentication ### Configuring no authentication