30-07-2020 09:42 PM - edited 05-08-2020 06:00 AM
I'm able to secure and upload/download jars using bucket permissions:
https://docs.exasol.com/database_concepts/bucketfs/file_access.htm
However, I am having trouble running a java UDF without "public" permissions on the bucket. When it's not public, the engine says that it can't find the jar file. Assuming the UDF port is protected, this is not an issue.
Solved! Go to Solution.
05-08-2020 06:01 AM
Ok, so here's the answer:
CREATE CONNECTION my_bucket_access TO 'bucketfs:bfsdefault/bucket1' IDENTIFIED BY 'readpw'; GRANT CONNECTION my_bucket_access TO my_user
05-08-2020 06:01 AM
Ok, so here's the answer:
CREATE CONNECTION my_bucket_access TO 'bucketfs:bfsdefault/bucket1' IDENTIFIED BY 'readpw'; GRANT CONNECTION my_bucket_access TO my_user
Then it's time to become part of a unique family! Discover helpful tips and support other Community members with your knowledge.
Sign In