Remote Locations
You can apply configuration information downloaded from a remote web server. Optionally, the server might be secured using BASIC authentication.
Remote Location Properties describes the properties related to remote locations.
Property | Description |
---|---|
application.configuration.remoteLocation.url | The URL from which to download. The contents at this location (including
subdirectories) are downloaded and copied to the /sync directory of
the application container. |
application.configuration.remoteLocation.username | (Optional) The username to use if the URL is secured using BASIC Authentication. |
application.configuration.remoteLocation.password | (Optional) The base64 password to use if the URL is secured using BASIC Authentication. |
The following Helm values file excerpt shows configuration for retrieving configuration data from a remote location:
diameter:
configuration:
remoteLocation:
url: https://github.com/telco1/configuration_directory/
username: telco1
password: cGFzc3dvcmQK # Base64 Encoded