I am new to Zeppelin and have successfully set up LDAP authentication on zeppelin.
I also want to restrict write access to interpreters, credentials and configurations to only admin users. I added the configurations as per https://github.com/apache/zeppelin/pull/993 and it does hide edit access from other users. However, when I logged in as myUsername, which is supposed to be an admin user, I could edit those 3 things either. Is there anything I miss? [users] admin = myUsername [urls] api/version = anon /api/interpreter/** = authc, roles[admin] /api/configurations/** = authc, roles[admin] /api/credential/** = authc, roles[admin] Thanks for your feedback. -- Chen Song