Skip to content

Commit 17c7a52

Browse files
committed
Revised Release Notes for OpsCeneter-6.8.45
1 parent d3b0990 commit 17c7a52

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

OpsCenter_6.8_Release_Notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
* Enhanced Solr Core Retrieval and Configurable Solr Core Exclusion in Backups: (OPSC-17704)
99
* Improved the Solr core fetching process to be more targete.OpsCenter now optimizes the retrieval of Solr core information. Instead of fetching cores for all keyspaces and tables, OpsCenter now fetches only the cores associated with `selected keyspaces and tables`. This improves performance and reduces unnecessary data processing.
1010
* Added support for the `ignore_solr_resources` Boolean option in the `backup_service` section of the `opscenterd.conf` configuration file. When enabled, this option skips fetching `Solr core` information during backup creation, allowing for faster and more efficient backups.
11-
* Added the `permanent_lockout_limit` option to the `authentication` section of the `opscenterd.conf` configuration file. This option supports permanent user lockouts. You can configure the number of total failed login attempts before the system locks out the user permanently. By default, this option is disabled. (OPSC-15418)
11+
* Introduced the following enhancements to authentication configuration and user lockout management: (OPSC-15418)
12+
* Added the `permanent_lockout_limit` option to the `authentication` section of the `opscenterd.conf` configuration file. This option supports permanent user lockouts. You can configure the number of total failed login attempts before the system locks out the user permanently. By default, this option is disabled.
13+
* Introduced two new API endpoints to manage permanently locked out users:
14+
* `GET /users/permanent-lockouts`: This option retrieves a list of users who are permanently locked out.
15+
* `GET /users/**USERNAME**/reset-permanent-lockout`: This option resets the permanent lockout status of a specified user. Only administrators can perform this operation.
1216
* Added new options to the `authentication` section of `opscenterd.conf` to allow users to use `password_db` and `passwd_db` alias. (OPSC-17701)
1317
* Improved data insertion logic to handle duplicates, enhancing reliability and preventing insertion errors. (OPSC-17693)
1418
* Upgraded the `org.json:json` library to version `20230227`. (OPSC-17628 OPSC-17629)

0 commit comments

Comments
 (0)