feat(authn): allow authn providers to define a separate schama for API #11771
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.
Fixes EMQX-11152
In the API, we validate bcrypt salt rounds.
Internally, we separate config schema and API mutation schema for authn providers (this obviously makes sense only when API schema is stricter). We use this separation for mnesia provider: for API we validate bcrypt rounds, but for config we use a converter to be backward compatible.
Summary
🤖 Generated by Copilot at 4042b22
Refactor the schema modules and functions for the built-in database authenticator and the password hashing options to support different schema kinds for configuration, API validation, and internal usage. Add a test case for bcrypt validation and fix a bug in the ACL test suite.
PR Checklist
Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until all the items are checked:
changes/(ce|ee)/(feat|perf|fix)-<PR-id>.en.mdfiles