Changed Environment Variables in Versions
Introduction
This page contains tables with added and removed environment variables between Infinite Scale version 8.0.0 and 8.1.0.
Added and Removed Environment Variables
| Service | Variable | Description | Default |
|---|---|---|---|
FRONTEND_ENABLE_VAULT_MODE |
Enable vault mode. When enabled, the capabilities endpoint will report vault as enabled and the capabilities?vault=true endpoint will return capabilities with public sharing and federation disabled. |
false |
|
GATEWAY_ENABLE_VAULT_MODE |
Set this to true to enable the default rule for vault storage provider configuration. Only applicable if the storage-users-vault service, a specially configured storage-users service, is configured. |
false |
|
GATEWAY_STORAGE_USERS_VAULT_ENDPOINT |
The endpoint of the storage-users-vault service. The storage-users-vault is an additional storage-users service that runs in vault mode. It can take a service name or a gRPC URI with the dns, kubernetes or unix protocol. |
com.owncloud.api.storage-users-vault |
|
GRAPH_ENABLE_VAULT_MODE |
Enable vault mode in addition to the regular graph service. This only applies when the additional storage-users-vault service is running, which is a special configured storage-users service. |
false |
|
GRAPH_LDAP_GROUP_ADDITIONAL_OBJECTCLASSES |
Additional object classes to set when creating new groups (e.g. 'posixGroup'). The value of 'GRAPH_LDAP_GROUP_OBJECTCLASS' is always included. |
[] |
|
GRAPH_SPACES_STORAGE_USERS_VAULT_ADDRESS |
The address of the storage-users-vault service, a special configured storage-users service. Applicable only when 'GRAPH_ENABLE_VAULT_MODE' is enabled. |
com.owncloud.api.storage-users-vault |
|
PROXY_ENABLE_VAULT_MODE |
Set this to true to automatically create a new vault home for the user if it does not exist. Only applicapable if the storage-users-vault service, a special configured storage-users service is configured. |
false |
|
STORAGE_USERS_ENABLE_VAULT_MODE |
Enabling the flag forces the storage-users service to run with a MountID set to VaultStorageProviderID. Not applicable for use with the primary storage-users service. Use only if an additional storage-users-vault service, a special configured storage-users service is configured. |
false |
|
STORAGE_USERS_EVENTS_CONSUMER_GROUP |
The name of the consumer group to be used at the event to help consumers identify the unique group. |
| Service | Variable | Description | Default |
|---|---|---|---|
GATEWAY_CREATE_HOME_CACHE_AUTH_PASSWORD |
The password to use for authentication. Only applies when store type 'nats-js-kv' is configured. |
||
GATEWAY_CREATE_HOME_CACHE_AUTH_USERNAME |
The username to use for authentication. Only applies when store type 'nats-js-kv' is configured. |
||
GATEWAY_CREATE_HOME_CACHE_DISABLE_PERSISTENCE |
Disables persistence of the create home cache. Only applies when store type 'nats-js-kv' is configured. Defaults to false. |
false |
|
GATEWAY_CREATE_HOME_CACHE_STORE |
The type of the cache store. Supported values are: 'memory', 'redis-sentinel', 'nats-js-kv', 'noop'. See the text description for details. |
memory |
|
GATEWAY_CREATE_HOME_CACHE_STORE_NODES |
A list of nodes to access the configured store. This has no effect when 'memory' store is configured. Note that the behaviour how nodes are used is dependent on the library of the configured store. See the Environment Variable Types description for more details. |
[127.0.0.1:9233] |
|
GATEWAY_CREATE_HOME_CACHE_TTL |
Default time to live for user info in the cache. Only applied when access tokens has no expiration. See the Environment Variable Types description for more details. |
5m0s |
| Service | Variable | Description | Removal Version | Deprecation Info |
|---|