Skip to content

feat: add ldap-auth-advanced plugin#9022

Closed
bzp2010 wants to merge 13 commits into
apache:masterfrom
bzp2010:feat-ldap-advanced
Closed

feat: add ldap-auth-advanced plugin#9022
bzp2010 wants to merge 13 commits into
apache:masterfrom
bzp2010:feat-ldap-advanced

Conversation

@bzp2010

@bzp2010 bzp2010 commented Mar 7, 2023

Copy link
Copy Markdown
Contributor

Description

According to the Proposal in #8958, this PR implements a new LDAP authentication plugin that is more standardized and flexible.

New #8958

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible (If not, please discuss on the APISIX mailing list first)

@bzp2010 bzp2010 added the enhancement New feature or request label Mar 7, 2023
@bzp2010 bzp2010 self-assigned this Mar 7, 2023
@bzp2010
bzp2010 requested review from soulbird and spacewander March 23, 2023 15:23
@bzp2010
bzp2010 marked this pull request as ready for review March 23, 2023 15:23
@soulbird

Copy link
Copy Markdown
Contributor

Missing doc?

return nil, err
end

if not m then

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two judgments can be combined

end


local function extract_auth_header(authorization)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function is used multiple times in different plugins, can we put them in a unified location. Maybe record a todo

@github-actions

Copy link
Copy Markdown

This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or this pull request should instead be reviewed, please simply write any comment. Even if closed, you can still revive the PR at any time or discuss it on the [email protected] list. Thank you for your contributions.

@github-actions github-actions Bot added the stale label Nov 18, 2023
@bzp2010 bzp2010 closed this Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants