Hi,
Where can I find detailed information on the Server configuration file options? For example, I would like to get more information on the parameters below:
com.knime.server.login.user.allowed_accounts
com.knime.server.login.user.allowed_groups
com.knime.server.login.consumer.allowed_groups
The information in the Server Administration Guide is not detailed enough. It gives very high-level description; difficult to fully understand without examples.
Thanks in advance for your help on this,
Regards,
Claire
Based on your KNIME Server license, you have a certain number of users and consumers. Users can log into the Server from an Analytics Platform client, whereas consumers can only execute workflows from WebPortal / REST API.
Those configuration parameters control which groups are allowed to do either of those things:
com.knime.server.login.user.allowed_accounts = Which accounts (i.e. individual users) can login from the client
com.knime.server.login.user.allowed_groups = Which groups can login from the client
com.knime.server.login.consumer.allowed_groups = Which groups can login to the WebPortal / can execute workflows via REST API