Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
6468245
Bump rexml from 3.2.8 to 3.3.3 in /docs
dependabot[bot] Aug 2, 2024
1a1484d
Merge pull request #186 from marklogic/dependabot/bundler/docs/rexml-…
rjrudin Aug 20, 2024
b8f19ef
Bump rexml from 3.3.3 to 3.3.6 in /docs
dependabot[bot] Aug 22, 2024
d131f61
Merge pull request #187 from marklogic/dependabot/bundler/docs/rexml-…
rjrudin Aug 23, 2024
44dce31
Bump webrick from 1.8.1 to 1.8.2 in /docs
dependabot[bot] Oct 15, 2024
749f1a2
Merge pull request #188 from marklogic/dependabot/bundler/docs/webric…
rjrudin Oct 15, 2024
f817f82
Bump rexml from 3.3.6 to 3.3.9 in /docs
dependabot[bot] Oct 28, 2024
b095361
Merge pull request #189 from marklogic/dependabot/bundler/docs/rexml-…
rjrudin Oct 28, 2024
c7d440d
Change the docs to refer to the Progress Data Cloud.
BillFarber Oct 31, 2024
d29a1a0
Merge pull request #193 from BillFarber/task/updateDocsToPDC
BillFarber Oct 31, 2024
4a29ebe
Merge pull request #194 from marklogic/develop
BillFarber Nov 1, 2024
d729bb2
Update the NOTICE file.
BillFarber Nov 1, 2024
372ce29
Merge pull request #196 from BillFarber/task/updateNotice
BillFarber Nov 1, 2024
3d41fb8
minor change
BillFarber Nov 1, 2024
651d35d
Merge pull request #197 from BillFarber/master
BillFarber Nov 1, 2024
6c79746
Bump nokogiri from 1.16.5 to 1.18.3 in /docs
dependabot[bot] Feb 19, 2025
bf258ab
Merge pull request #199 from marklogic/dependabot/bundler/docs/nokogi…
rjrudin Feb 19, 2025
28166e4
Bump nokogiri from 1.18.3 to 1.18.4 in /docs
dependabot[bot] Mar 21, 2025
f4e0225
Merge pull request #200 from marklogic/dependabot/bundler/docs/nokogi…
BillFarber Mar 22, 2025
3c3292c
Bump nokogiri from 1.18.4 to 1.18.8 in /docs
dependabot[bot] Apr 22, 2025
6a334e5
Merge pull request #201 from marklogic/dependabot/bundler/docs/nokogi…
rjrudin Apr 22, 2025
0b24f6e
Bump nokogiri from 1.18.8 to 1.18.9 in /docs
dependabot[bot] Aug 6, 2025
383c361
Merge pull request #206 from marklogic/dependabot/bundler/docs/nokogi…
BillFarber Aug 6, 2025
8482d3e
MLE-23466 - Merge develop into master
BillFarber Aug 12, 2025
aa1fe87
Merge branch 'develop'
BillFarber Aug 12, 2025
92e91ce
Merge pull request #214 from BillFarber/master
BillFarber Aug 12, 2025
daec73a
Bump rexml from 3.3.9 to 3.4.2 in /docs
dependabot[bot] Sep 17, 2025
5c0312c
Merge pull request #217 from marklogic/dependabot/bundler/docs/rexml-…
BillFarber Sep 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,22 +210,21 @@ GEM
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.19.0)
nokogiri (1.16.5-arm64-darwin)
nokogiri (1.18.9-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.18.9-x86_64-linux-gnu)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
racc (1.7.3)
racc (1.8.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.4.2)
rouge (3.26.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
Expand All @@ -240,7 +239,6 @@ GEM
faraday (>= 0.17.3, < 3)
simpleidn (0.2.1)
unf (~> 0.1.4)
strscan (3.1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
typhoeus (1.4.0)
Expand All @@ -251,7 +249,7 @@ GEM
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
webrick (1.8.1)
webrick (1.8.2)

PLATFORMS
arm64-darwin-21
Expand Down
10 changes: 5 additions & 5 deletions docs/configuring-the-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ Both digest and basic authentication require the following properties to be conf
- `ml.connection.username` = the name of the MarkLogic user to authenticate as
- `ml.connection.password` = the password of the MarkLogic user

### Configuring MarkLogic Cloud authentication
### Configuring Progress Data Cloud authentication

Cloud authentication requires the following properties to be configured:
Progress Data Cloud authentication requires the following properties to be configured:

- `ml.connection.basePath` = the base path in your MarkLogic Cloud instance that points to the REST API server you
- `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 MarkLogic Cloud instance
- `ml.connection.cloudApiKey` = the API key for authenticating with your Progress Data Cloud instance

You should also set `ml.connection.port` to 443 for connecting to MarkLogic Cloud.
You should also set `ml.connection.port` to 443 for connecting to Progress Data Cloud.

### Configuring certificate authentication

Expand Down
Loading