-
Notifications
You must be signed in to change notification settings - Fork 169
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
Add access control config to worker nodes #213
Conversation
👋 @nineinchnick PTAL |
Maybe @losipiuk |
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.
LGTM but I will allow @nineinchnick to do the final call
9d22955
to
51d4221
Compare
👋 @nineinchnick , addressed your reviews, PTAL |
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.
This needs a test.
eda9377
to
3d38e4f
Compare
@@ -0,0 +1,15 @@ | |||
{{- define "trino.accessControlConfigMap" -}} |
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.
Remove this define
line, keep only the if
block.
Superseded by #226 |
Add access control config files to worker to enable graceful shutdown,
Fixes: trinodb/trino#22589