Versions Compared

Key

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

...

  1. SQ_ENCRYPTION_KEY
  2. SQ_ENCRYPTION_KEY_FILE
  3. SQ_ENCRYPT_COMMAND and SQ_DECRYPT_COMMAND


Starting squirro with encrypted configuration

To start squirro after you have encrypted the configuration files, ensure that this environment variable are available for the daemons. You do this by adding them in to the following file: /etc/sysconfig/squirro

CentOS/RHEL 6CentOS/RHEL 7

Add or uncomment the corresponding line in /etc/sysconfig/squirro

Code Block
# encrypt passwords using the following settings per
# https://squirro.atlassian.net/wiki/display/DOC/Securing+your+Configuration+Files
# export SQ_ENCRYPTION_KEY=
# export SQ_ENCRYPTION_KEY_FILE=
# export SQ_DECRYPT_COMMAND=
# export SQ_ENCRYPT_COMMAND=


Uncomment the corresponding line in /etc/sysconfig/squirro

Code Block
# encrypt passwords using the following settings per
# https://squirro.atlassian.net/wiki/display/DOC/Securing+your+Configuration+Files
# SQ_ENCRYPTION_KEY=
# SQ_ENCRYPTION_KEY_FILE=
# SQ_DECRYPT_COMMAND=
# SQ_ENCRYPT_COMMAND=