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

Correct auth methods available per method in docs #989

Merged
merged 2 commits into from
Feb 17, 2025
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
8 changes: 4 additions & 4 deletions docs/users/database-changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Submission format
There are three ways to submit changes directly to IRRd:

* By sending an e-mail with the RPSL objects. This method supports BCRYPT-PW,
MD5-PW, CRYPT-PW and PGPKEY authentication. You will receive a reply by
MD5-PW, CRYPT-PW, PGPKEY and API key authentication. You will receive a reply by
e-mail with the result.
* Over HTTPS, through a REST API. This method supports BCRYPT-PW, MD5-PW and
CRYPT-PW authentication. You receive the results in the HTTP response.
* Over HTTPS, through a REST API. This method supports BCRYPT-PW, MD5-PW,
CRYPT-PW and API key authentication. You receive the results in the HTTP response.
* Over HTTPS, through a web form. This method supports BCRYPT-PW, MD5-PW,
CRYPT-PW and IRRD-INTERNAL-AUTH authentication.
CRYPT-PW, PGPKEY and :doc:`web interface </admins/webui>` authentication.

Your IRRD operator may restrict which password hashing methods are available.

Expand Down