Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently in MRJobLauncher as well as AbstractJobLauncher we set default authenticator if the job contains the property "job.default.authenticator.class"
This behaviour doesn't exist in Temporal worker containers because we don't extend from AbstractJobLauncher or set the authenticator explicitly.
The authenticator is set in Temporal AM however, since we extend AbstractJobLauncher in GobblinTemporalJobLauncher (through GobblinJobLauncher) and the call to set default authenticator is made in the constructor of AbstractJobLauncher.