| session.cleanup.interval |
The interval of cleaning timeout sessions. Default: 3600 seconds.
Unit: second, minute, hour, and day. |
3600 seconds |
[0,+∞) |
| session.maxConcurrent |
The maximum number of sessions that a single tenant can start
with the management node. If the threshold is reached, the tenant
cannot start a new session. |
500 |
[0,+∞) |
| session.timeout |
The timeout period of a session. If a session times out, the
system becomes unavailable. You need to log in to the system again.
Default: 7200 seconds. Unit: second, minute, hour, and day. |
7200 seconds |
[0,31536000] |
| admin.showAllResource |
Specifies whether to show all resources of users to the
administrator. Default: true. |
true |
|
| account.api.control |
The admin-only APIs that the administrator allows users to
use. |
org.zstack.header.storage.backup.APIQueryBackupStorageMsg,
org.zstack.storage.backup.sftp.APIQuerySftpBackupStorageMsg,
org.zstack.header.image.APIAddImageMsg,
org.zstack.header.host.APIQueryHostMsg |
|
| enable.unique.session |
Specifies whether to disallow simultaneous connection sessions
established by one user. Default: false. If set to true, one user
can establish only one connection session with the platform. If a
user establishes a new connection session, the previous session will
be forcibly closed. |
false |
|