: Wednesday, November 20, 2019 11:37 AM
To:users@zeppelin.apache.org
Subject: RE: restrict interpreters to users
Unfortunately, zeppelin will throw an exception if I change the [user] section
in shiro configuration.
I guess this is because I am using AD integration hence local users are not
Rather than exception, I get an HTTP ERROR 503 when I hardcode a user in shiro
config
[cid:image002.png@01D59F98.6B7039E0]
Manuel
From: Manuel Sopena Ballesteros
Sent: Wednesday, November 20, 2019 11:37 AM
To: users@zeppelin.apache.org
Subject: RE: restrict interpreters to users
Unfortunately
To: users@zeppelin.apache.org
Subject: Re: restrict interpreters to users
I think you misconfigure [roles] paragraph and [users] paragraph.
Suppose you want mansop to be an admin and alice to be a plain user without
access to `interpreter` menu, you can try this:
[users]
mansop
I think you misconfigure [roles] paragraph and [users] paragraph.
Suppose you want mansop to be an admin and alice to be a plain user without
access to `interpreter` menu, you can try this:
[users]
mansop = password_for_mansop, admin
alice = password_for_alice
[roles]
role1 = *
role2 = *
rol