-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat: implement credential #11601
feat: implement credential #11601
Conversation
@kayx23 Please help review the documentation part of this PR. |
Is this a break change for using the authentication plugin on consumers? |
It's not a break change. Users can still use Consumer in the same way as before, and the one change to Consumer is that it is no longer required to have at least one auth plugin. |
No additional comments from me for docs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doc lgtm
Description
This PR add a resource named
credential
and implement Admin APIs for it.Credential is used to hold the authentication credentials for the Consumer.
Credentials are used when multiple credentials need to be configured for a Consumer.
Checklist