Manage InsuranceSuite variables
To apply new, changed, or deleted variables, deploy the affected IS applications.
To keep the current version and branch, don't change the values in Branch and Build # / Dockerize #.
To manage variables:
-
Select a star system.
-
From
Apps, select Variables or select it from your pinned apps.
Add a variable
To add configuration property value:
-
Specify the range of planet and application pairs to which the variable applies.
Select values from the Planet and Application lists. You can select multiple planets and applications.
In Planet, select
All
to apply a variable to all planets in a star system. Note that if there's a variable for a specific planet for the same key and application, this variable takes priority over theAll
wildcard. -
In Key, provide the variable name.
You can use upper and lower case letters, digits, and the following characters:
- Underscore (
_
) - Dash (
-
) - Period (
.
)
Don't start a variable name with a digit.
A variable name must be unique. Don't use a variable name if a secret with the same key already exists.
Example: some_key4
- Underscore (
-
In Value, provide the variable value.
Use up to 12288 characters.
Use
NAMESPACE
prefixes to identify the affected configuration files. For details, see Placeholder variables.Example: The following configuration sets the
8
value for theMinPasswordLength
property in theconfig.xml
file:- Name:
CONFIG_MINPASSWORDLENGTH
- Value: 8
- Name:
-
Select + Add variable.
-
Deploy the affected applications.
Clone variables
To copy sets of variables between planets in a star system:
- Select Clone variables.
- Select the source planet.
- From the To planet list, select the target planet.
- Select Clone.
- Deploy the affected applications.
If the target planet contains the same variables as the source planet, you can choose to override the existing value or cancel the operation. When you confirm, you add new variables and override the values of existing variables. When you cancel, no variables are added or updated.
Edit a variable
To edit the value of a variable:
- In the table, find the variable that you want to edit.
- Select
Edit.
- In Value, enter a new value.
- Select Save.
- Deploy the affected applications.
Delete a variable
To delete a variable from the database:
- In the table, find the variable you want to delete.
- Select
Delete.
- Select Delete.
- Deploy the affected applications.
Delete all variables
To delete all variables in a planet:
- Select Delete variables.
- Select the planet in which you want to delete all variables.
- Select Delete.
- Deploy the affected applications.