Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cross reference for auth.cfg description in the documentation #173

Merged
merged 1 commit into from
Mar 22, 2023
Merged
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions docs/source/user/load1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Registry (OpenSearch) configuration:

<registry url="http://localhost:9200" index="registry" auth="/path/to/auth.cfg" />

For details on the registry configuration, see :ref:`Registry Integration <Registry Integration>`.

.. Note::
In the URL attribute, always have a port specified, which for PDS Registries in AWS, this port should be 443. If a port is not specified, it will default to the OpenSearch default port of 9200, and any attempted writes/updates of the registry will fail.

Expand Down