Replies: 1 comment
-
If you set access-control.config-files=etc/trino/file-based.properties,etc/trino/apache-ranger.properties you can then add these files in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FYI @nineinchnick
I've been looking at how we support ranger access control in the helm chart
At the moment the helm chart supports .Values.accessControl.type "configmap" or "properties"
the ranger docs mention
should we replace .Values.accessControl.type with a list like .Values.accessControl.types and try to somehow build up the variable for
access-control.config-files
and always map the configmap/properties data to file-based.properties even if its the only one?
^ this might be a breaking change for existing helm chart when upgrading
In general I'm trying to float ideas about the best way to go about this so interested in off the top of your head thoughts
Beta Was this translation helpful? Give feedback.
All reactions