What’s New in 2021.8.0
Autonomous Identity 2021.8.0 is a major release that contains a collection of fixes and RFEs. These fixes have been grouped together and released as part of our commitment to support our customers.
To view the list of fixes in this release, see Key Fixes in Autonomous Identity 2021.8.0. For general information on ForgeRock’s maintenance and patch releases, see Maintenance and Patch availability policy.
You can deploy Autonomous Identity 2021.8.0 as an initial deployment, or upgrade it from an existing 2021.3.2 deployment.
New Features
Autonomous Identity 2021.8.0 introduces a number of new and exciting features in this release:
-
New Roles Workshop. Autonomous Identity 2021.8.0 now provides a powerful role management system that lets you fully create and analyze all roles in your system. The Roles Workshop is the main dashboard for managing your roles. You can create drafts from discovered candidates in the latest role mining job, or create new roles from scratch. For more information, see Roles Management Tasks.
-
New Roles Catalog. The Roles Catalog page lists your active roles in production, and lets you export some or all your roles to JSON.
-
New Data Sources. Autonomous Identity has a new and highly performant ingestion system to support new data source files types: CSV, JDBC, and Generic. Companies can import data with these different file sources without having to convert to a singular format. For more information, see Set Data Sources.
-
New Data Sources Sync Types. The Data Sources page also provides synchronization types that lets you ingest data in different modes: full, incremental, enrichment, and delete. For more information, see Set Data Sources.
-
New Self Service Page. The Self Service page lets administrators reset their personal account information and create time-based API keys for users. For more information, see Self Service.
-
New Manage Identities Page. The Manage Identities page lets administrators add, edit, or deactivate users in the system as well as assign specific roles. For more information, see Manage Identities.
-
New Jobs Page. The Jobs page lets administrators run the analytics pipeline steps using a UI interface. The previous analytics command-line steps can also be used to run the analytics pipeline. For more information, see Run Analytics.
-
Updated Roles Entity Definitions. The Entity Definitions page now lets you add new Roles attributes to the schema. For more information, see Set Entity Definitions.
-
Updated Analytics Settings. The Analytics Settings page has been expanded to include role discovery settings and analytics Spark job configuration. For more information, see Set Analytics Thresholds.
-
Improvements/Changes in Configuration.
-
OpenLDAP Removal. Autonomous Identity no longer bundles OpenLDAP as a default user repository and has removed it from the deployment. As a result, phpldapadmin is also no longer available. Autonomous Identity now supports the new self service and manage identities pages to let administrators manage Autonomous Identity users.
-
Updated Vars.yml File Properties. The following properties were updated or added to the
vars.yml
:-
authentication_option. The
authentication_option
has changed the name of its values:Local
,SSO
, andLocalAndSSO
. For more information, see Install a Single Node Deployment. -
local_auth_mode_password. The
local_auth_mode_password
stores the local password for demo environments. -
role_owner_object_id, role_engineer_object_id. New role user type objects were added to the SSO section in the
vars.yml
file.
-
-
Updated Hosts file. The
~/autoid-config/hosts
file no longer has the[cassandra-workers]
as there is no longer a need to dedicate a node to the cassandra workers. All other properties still remain in the file. -
New API Endpoints. Autonomous Identity introduces new API endpoints. For more information, see Autonomous Identity API.
-
New property added to GET /api/rules
-
Processing Improvements. Autonomous Identity has improved its backend infrastructure with new components that provide higher performance.
-