scheduler: job collection auth
Hi,
The Azure Scheduler allow us to use Basic Auth.
However, we have to defined credentials for each Job.
Because I'm planing, for my company, to use it for a large number of jobs / job collections. I would like to configure the Basic Auth for each Job Collection instead of Jobs directly.
Ex : If we need for any security reason to change our credentials, we won't need to update hundreds of jobs, but only few job collection.
Is it possible to override the feature to get the Job Basic Auth if defined or Job collection instead or nothing if no one is defined ?
Thanks

Thank you for submitting this idea! This has been something that we have been considering but were waiting for customer feedback. In regards to your last question about overriding the feature could you provide more clarity as to what you are looking for?
Thanks,
Kevin
1 comment
-
Yohan S. commented
If I have 30 Jobs which will call the same API with the same credential It will be great to manage it from a JobCollection.
However If I have 5 different Jobs which will call, each ones, different APIs with different credentials, It would be great to have a JobCollection to store all of them and having the possibility to define credentials directly into Jobs instead of creating a JobCollection for each credential.
If you are going to make this change, It would be great to still keep the possibility to define credentials by Job.
Thanks