This pull request adds notifiers from credentials_file and acls_file to services.
Determining whether authorization or authentication is enabled is done during the start of the service e.g., through the --credentials option.
Then, the service reads the corresponding files. For example, you can see the system call that took place when the mesos-master fires up.
Hi!
This pull request adds notifiers from
credentials_file
andacls_file
to services.Determining whether authorization or authentication is enabled is done during the start of the service e.g., through the
--credentials
option. Then, the service reads the corresponding files. For example, you can see the system call that took place when themesos-master
fires up.I would expect that whenever there is a change/update to those files, the services is notified.