Skip to main content

Tenant Variables

Tenant variables are key/value settings scoped to the tenant of the environment. They let you configure values that your applications read at runtime without changing the models — for example service endpoints, feature flags or environment-specific constants.

Tenant variable list

The Tenant Variables view lists the variables defined for the environment, with their name, value and whether they are protected. A protected variable holds a sensitive value that is masked rather than shown, so it can be referenced without being read back.

The tenant variables list

Adding a tenant variable

Use the add action to create a variable: enter its name and value (and mark it protected if it is sensitive). Existing variables can be edited or deleted inline. Creating, editing and deleting are each governed by the corresponding hub:configuration:tenant-variable permission, and take effect for the applications running in the environment.

Adding a tenant variable