-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Merged by Bors] - feat: Consolidate authentication #434
Conversation
…ad of polling and rebuilding
Hopefully last test run: https://ci.stackable.tech/view/02%20Operator%20Tests%20(custom)/job/trino-operator-it-custom/76/ |
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
bors r+ |
👎 Rejected by code reviews |
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.
Approving together with Malte, as we have both written parts of this PR
bors r+ |
# Description Changed authentication to list of authentication classes. Multiple authentication providers can be used (file, ldap). Hot reloading works. test: https://ci.stackable.tech/view/02%20Operator%20Tests%20(custom)/job/trino-operator-it-custom/70/ fixes: #401 Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
Pull request successfully merged into main. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
# Description leftover of #434
Description
Changed authentication to list of authentication classes.
Multiple authentication providers can be used (file, ldap). Hot reloading works.
test: https://ci.stackable.tech/view/02%20Operator%20Tests%20(custom)/job/trino-operator-it-custom/70/
fixes: #401
Definition of Done Checklist
Author
Reviewer
Acceptance
Once the review is done, comment
bors r+
(orbors merge
) to merge. Further information