Configuration (ACS)
ACS Configuration lets operators review and edit ACS configuration parameters. Each entry contains a key, value, default value, legal values list, and description.
When to use it
Use ACS Configuration when you need to:
-
review current ACS configuration parameters,
-
search for a specific parameter by key or description,
-
change a configuration parameter value,
-
restore a parameter to its default value,
-
export a configuration snapshot before changes,
-
import updated configuration with a dry-run preview,
-
filter entries by change status or legal values presence.
Prerequisites
Before working with ACS Configuration:
-
Confirm you are logged into the correct environment.
-
Confirm your permissions:
-
VIEWER — browse configuration and Export.
-
EDITOR / ADMIN — edit values and Import.
-
| VIEWER accounts run in read-only mode. Write actions (Edit/Import) are blocked. |
Fields
| Field | Type | Required | Validation |
|---|---|---|---|
Config Key |
String |
Yes |
Unique; URL-encoded; often uses dot-separated prefix notation (e.g., |
Value |
String (nullable) |
No |
An empty value is interpreted as |
Default Value |
String |
No |
System-provided default; used for change detection and reset |
Legal Values |
String list |
No |
Allowed values for the parameter (if defined) |
Description |
String |
No |
Purpose and usage of the parameter |
Available operations
-
Browse and search — view entries with filtering by change status and legal values presence.
-
Edit — change the value of a configuration parameter.
-
Set null — clear a value to set it to
null. -
Reset to default — restore a parameter to its default value.
-
Batch update — apply multiple changes via import.
-
Grouped view — entries are grouped by category/prefix for easier navigation.
-
Import — upload an XML file (dry-run required before apply).
-
Export — download all entries as
acs_configuration.xml.
Configuration entry structure
Each entry contains:
- Key
-
Unique configuration parameter key (e.g.,
acs.session.timeout). Displayed in monospace font. - Value
-
Current parameter value. If the value differs from default, the entry is marked as Changed.
- Default Value
-
Default value for the parameter. Used to reset changed values.
- Legal Values
-
List of allowed values for the parameter (if defined). Helps when choosing a correct value.
- Description
-
Description of the parameter’s purpose and usage.
Browse and search
Browse entries
-
Open ACS Configuration.
-
(Optional) Click Refresh to load the latest snapshot.
-
Review the configuration entries table.
Search parameters
Use the search field to filter entries:
-
Enter text in the search field.
-
Search is performed across key, value, default value, legal values, and description.
-
The list automatically filters as you type.
Filter entries
Use the Filters button to access advanced filters:
- Changed Status
-
-
All — show all entries.
-
Changed only — show only changed entries (value differs from default).
-
Default only — show only entries with default values.
-
- Validation
-
-
All — show all entries.
-
Has legal values — show only entries with defined legal values.
-
No validation — show entries without legal values.
-
To reset all filters, click Reset filters.
Edit entries (EDITOR/ADMIN)
Open an entry
-
Click on a row in the table to open entry details.
-
The modal displays:
-
Parameter key.
-
Current value.
-
Default value.
-
List of legal values (if any).
-
Parameter description.
-
Metadata (Created/Updated timestamps and authors).
-
Change value
-
In the opened modal, click Edit.
-
Update the value in the text field.
-
If legal values are defined, ensure the new value matches the constraints.
-
Click Save.
Expected outcomes:
-
On success, the entry updates and the modal closes.
-
If the new value differs from default, the entry is marked as Changed.
Export configuration
Export downloads an XML file with all configuration entries.
-
Click Export.
-
Save the downloaded file.
What is exported:
-
Full set of ACS configuration parameters (not only the current page).
-
Format: XML.
For details, see: Export a Snapshot.
Import with dry-run (mandatory)
Import is a safe way to apply many changes at once. Always follow the workflow: export → dry-run → apply.
-
Export a snapshot first (recommended): Export a Snapshot.
-
Click Import.
-
Select an XML file (max 10MB).
-
Dry-run starts automatically after file selection.
-
Review the dry-run preview:
-
Summary counts (to add / update / delete / skip).
-
Details per entry, grouped by status.
-
Errors and warnings.
-
-
If warnings exist, check Allow warnings.
-
Click Confirm import only when the preview matches your intent.
Import safety checklist
-
Confirm you are in the correct environment.
-
Confirm your selected context (for example, client type) matches the file.
-
Export a snapshot before changes.
-
Run Dry-run and review:
-
errors (must be resolved),
-
warnings (understand impact),
-
create/update/delete counts.
-
-
If using REPLACE, confirm you accept deletions shown in the dry-run plan.
-
Apply import and immediately verify by refreshing and re-opening the affected entries.
Export is a good starting point for preparing an import file.
The import schema focuses on key and value; extra exported fields are ignored by the importer.
|
View changed entries after import
After import, you can quickly review changed entries:
-
Use the Changed only filter in the filters menu.
-
Or click View changes in the successful import dialog (if available).
Refresh snapshot
-
Click Refresh to reload the current configuration snapshot.
-
Use refresh after imports or after changes by other operators.
Typical workflow
-
Navigate to the ACS dashboard and select ACS Configuration.
-
Browse the configuration entries table; use search or filters to find specific parameters.
-
Click on a row to open the entry detail modal showing key, value, default, legal values, and description.
-
Click Edit in the modal to modify the value (ensure it matches legal values if defined).
-
Click Save to persist the change. The entry is marked as Changed if it differs from the default.
-
Use the Changed only filter to review all modified parameters.
-
Export the configuration as XML before or after changes for backup.
Troubleshooting
- I don’t see Edit/Import actions
-
You are likely signed in as VIEWER. Ask an administrator to grant EDITOR/ADMIN access.
- Export doesn’t work in read-only mode
-
Some deployments may restrict export for VIEWER accounts. If clicking Export does nothing, request elevated access.
- Save is disabled
-
Fix field validation errors. Ensure the value matches legal values (if defined).
- Dry-run says the file is invalid
-
ACS Configuration import accepts only XML files (max 10MB). Use Export as the base, edit it, and re-upload.
- Dry-run shows errors
-
Fix the reported issues in the file (e.g., invalid values or non-existent keys), then select the file again to re-run dry-run.
- Import succeeds but the list doesn’t look updated
-
Close the import dialog, refresh the ACS Configuration page, and check again.