Hi,
we’re currently setting up KNIME Server and are struggling to set up user and consumer access based on groups.
As far as we can tell based on the Administration Guide, we should using these three settings:
- com.knime.server.login.allowed_groups
- com.knime.server.login.consumer.allowed_groups
- com.knime.server.login.user.allowed_groups
In our case, let’s say we have groups A, B and C where we want all groups to be able to access the webportal (consumers) and only groups A and B to be able to login from the client (users).
So we’re setting the above parameters as follows
- com.knime.server.login.allowed_groups = {A,B,C}
- com.knime.server.login.consumer.allowed_groups = {A,B,C}
- com.knime.server.login.user.allowed_groups = {A,B}
Only problem is that users who are only in group C, meaning those that we only intend to have as consumers, are getting an error on login attempt saying Account ‘consumer_a’ is not allowed to log in.
We’ve tried restarting the server and specifying permissions on an account level, but nothing seems to work.
Thanks for any help!