Serhii Dimchenko
10/01/2025, 8:27 PM<user>:<pass> to root credentials. At the same time, it does not work when I set there credentials for my custom user from LDAP. I can connect with this user and insert data into target table via sql (sql it's not permissions issue), permissions for user are same as root. The error I get is {"status":"FAILED","code":"1","msg":"Access denied for <user>@<ip>","message":"Access denied for <user>@<ip>"}
curl --location-trusted -u <user>:<pass> -XPUT <http://kube-starrocks-fe-service.starrocks:8030/api/raw/test_stream/_stream_load> -T data.csvSerhii Dimchenko
10/01/2025, 9:01 PMaccess_control=ranger config on fe node, everything works correctly