docs(zh): add realm field to ldap-auth plugin docs#12894
Closed
Varidhi61 wants to merge 3 commits intoapache:masterfrom
Closed
docs(zh): add realm field to ldap-auth plugin docs#12894Varidhi61 wants to merge 3 commits intoapache:masterfrom
Varidhi61 wants to merge 3 commits intoapache:masterfrom
Conversation
Add 'realm' parameter to basic-auth plugin documentation.
This change adds documentation for the `realm` field to the Chinese (zh) HMAC auth plugin documentation. The content follows the existing English documentation and keeps the same structure and meaning. No functional or code changes are included.
docs(zh): add realm field to ldap-auth plugin docs This commit updates the Chinese documentation of the ldap-auth plugin by adding information about the `realm` field. The description explains how the realm value is included in the WWW-Authenticate header when authentication fails, improving clarity and keeping the zh documentation consistent with other authentication plugin documentation.
Author
|
Hi maintainers, This PR adds the Thank you! |
Author
|
Hi maintainers, I have updated the related zh authentication plugin documents. Thank you! |
Contributor
|
Hi @Varidhi61, could you add a link to the original requirements in the Description? |
Author
|
Subject: Re: Request to add link to original requirements
Hi @baoyuan,
Thank you for your comment.
At the moment, I’m unable to access the GitHub repository as it’s not
loading on my end. Due to this, I’m sharing all the relevant original
English documentation links here for reference:
-
Key Auth:
https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/key-auth.md
-
JWT Auth:
https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/jwt-auth.md
-
HMAC Auth:
https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/hmac-auth.md
-
Basic Auth:
https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/basic-auth.md
-
LDAP Auth:
https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/ldap-auth.md
Once GitHub becomes accessible, I will add all these links to the PR
Description shortly.
Thank you for your understanding.
Best regards,
Varidhi61
…On Tue, 13 Jan 2026 at 09:06, Baoyuan ***@***.***> wrote:
*Baoyuantop* left a comment (apache/apisix#12894)
<#12894 (comment)>
Hi @Varidhi61 <https://github.com/Varidhi61>, could you add a link to the
original requirements in the Description?
—
Reply to this email directly, view it on GitHub
<#12894 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BT7OJ4KRK3G6GKYJZCS22334GRR3LAVCNFSM6AAAAACRPWMOWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTONBRG4YDENJTGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Contributor
|
Duplicate of #12886 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Which issue(s) this PR fixes:
Fixes #
Checklist