Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Slider 0.50
-
None
-
Slider October #2
Description
Several packages rely on core-site config properties to determine if the cluster is secure. However, core-site is not being passed on to the agent from agent provider.
This by itself could be the bug and it may make sense to pass core-site, yarn-site, etc. if explicitly asked via appConfig property "system_configs": "core-site".
Alternatively, we can introduce a new appConfig.json variable for security. But lets investigate if passing core-site, yarn-site, etc when application asks for it is a good idea or not.