You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see the rules from accessControl being mounted on workers, so I don't think graceful shutdown overwrites anything. The description of accessControl doesn't mention this, either.
We have to decide how to allow configuring access control on worker nodes.
You should be able to work around it by not enabling the graceful shutdown property, but configuring it manually.
Thank You for the reply, I assumed it overwrites it because I was able to access metrics endpoint as a foo user before enabling graceful shutdown. I will try with graceful shutdown manual setup for now.
I have following rules defined in helm chart to be able to read metrics from trino coordinator and workers:
when enabling graceful shutdown, it automatically overwrites above with
hence reading metrics for
foo
user stops working. Looks like it happens here: https://github.com/trinodb/charts/blob/main/charts/trino/templates/deployment-worker.yaml#L75I think it would be good to have some switch to enable/disable creation of system information access when enabling graceful shutdown.
The text was updated successfully, but these errors were encountered: