[
https://issues.jboss.org/browse/TEIID-3617?page=com.atlassian.jira.plugin...
]
Kylin Soong commented on TEIID-3617:
------------------------------------
Current change support set max session per user either via CLI in system scope, or via VDB
properties in VDB scope, the VDB scope will overwrite the system scope.
Example of CLI
{code}
/subsystem=teiid:write-attribute(name=authentication-max-sessions-allowed-per-user,value="user1=25;user2=35")
/subsystem=teiid:read-attribute(name=authentication-max-sessions-allowed-per-user)
{code}
Example of properties in VDB
{code}
<vdb name="TEIID3617" version="1">
<property name="authentication-max-sessions-allowed-per-user"
value="user1=25;user2=35" />
</vdb>
{code}
Provide an option to Limit per user based connections
-----------------------------------------------------
Key: TEIID-3617
URL:
https://issues.jboss.org/browse/TEIID-3617
Project: Teiid
Issue Type: Feature Request
Components: Server
Reporter: Xian Liu
Assignee: Kylin Soong
Fix For: 9.1
we deploy teiid for users to get data, but some users will create many connections to
teiid and they are not necessary, I need to find a good way to limit each user account can
only get like 50 connections or so
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)