I was wondering if the following feature would be hard to implement:
Authentication + authorization for multiple users.
I could certainly use it with my MCollective setup but don't know if you would be willing to implement it...
It would be nice to assign a certain role to a specific user or multiple users.
After logging in, a user would only be allowed to use an agent or access certain nodes based on a specific role (perhaps based on a regular expression through configuration in application.yml) .
What do you think of this idea ?