Description
After deploying atlas with ranger plugin enabled, we receive the following errors in the logs:
2021-03-22 08:10:26,633 ERROR - [main:] ~ addResourceIfReadable(ranger-atlas-policymgr-ssl.xml): couldn't find resource file location (RangerConfiguration:63) │
│ 2021-03-22 08:10:26,643 ERROR - [main:] ~ addResourceIfReadable(ranger-atlas-atlas-audit.xml): couldn't find resource file location (RangerConfiguration:63) │
│ 2021-03-22 08:10:26,644 ERROR - [main:] ~ addResourceIfReadable(ranger-atlas-atlas-security.xml): couldn't find resource file location (RangerConfiguration:63)
In our install.properties file we used service_name = atlas and this error changes on different values of service_name. On the ranger webui the plugin is green with 200 and if i reinstall and use an invalid service name atlas crashes. Therefore, i assume that the plugin is somehow working (I also tested a simple feature) but i am not sure if these errors are causing harm or making the plugin not fully functional. Can you please advise?