Hey, I have set up Zeppelin to use Shiro Authentication. It uses PAM (using sshd) to limit access to users who can connect to the machine Zeppelin is running on via ssh. All users seem to be assigned to no role (as they should be) by default, but how do I explicitly assign someone to a role. I want to grant a few users logging in via PAM rights to change the configuration etc., i. e. assign the admin role to them. I have tried using "anyofrulesuser[user1]" but it doesn't seem to work if I log in as user1 in the configured way. Is there any way to do this or setup an additional user for the admin role without changing my authentication method?
Regards