Skip to content

Changing the Token for Encrypting the Credentials


Hint - SEAL Operator only

This is necessary only for SEAL Operator.

In the standard installation, MongoDB is used as credential store. For security reasons, change the preconfigured token used for encrypting the credentials. The token may be any string.

  1. In the configuration of SEAL Operator, specify the token with MONGO_TOKEN, see SEAL Operator.

  2. Stop all SEAL Operator services.

  3. Delete the complete data directory of MongoDB:

    /opt/seal/data/seal-mongodb
    
  4. Restart MongoDB:

    sudo systemctl restart mongod
    
  5. Start the complete SEAL Operator System, see SEAL Operator.


Back to top