Extension engine properties
The scripts in the extension engine can contain properties that are specific for an environment or values that the script developer should not know. Examples are the URLs of third-party APIs and their credentials.
You can configure these properties via the admin console:
Go to Configuration → System → Extension Engine → Properties. This shows an overview of all the properties in the extension engine. Values are masked with ********
in the admin console when they contain sensitive data. It is a good practice to flag values as sensitive when they contain a password, API key, or any other value that should not be shown on the screen after they have been saved.
The image below shows the extension engine properties on the admin console with example values.
Properties
Field name | Example | Required | Description |
---|---|---|---|
Identifier | my_authenticator_api_key | Yes | The identifier of the property by which the script can access it |
Property value | V3rySecretValue@@@ | For sensitive values | The value of the property |
Sensitive value | No | Flag to indicate whether the value should be hidden in the admin console |