Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

@Since Https Agent 6.5.0.5 The values in a properties file will now be encrypted. The password for the encryption is read in from the system environment variable FD_AGENT_PROPERTIES_PASSWORD

The purpose of this file is to not have to store the passwords in FlexDeploy and have them passed over HTTPS. They are only locally on this endpoint.

...

This file is read in during each plugin execution, so no restart of the agent is required when updating the file.

An encrypted value will look something like this:

Code Block
EBS.FDEBS_DB_PASSWORD=#ENC#aeworuowpitydhnca

To change the value, simply overwrite the encrypted value. The next time a plugin is executed on the endpoint it will be encrypted automatically.

setenvoverride File

If a setenvoverride.sh (or setenvoverride.bat) file is included in the <Agent home>/config folder, it will be run before tomcat is started in order to configure some environment variables. The following variables are supported.

...