Skip to content

Change the Token for Encrypting the Credentials


If you keep the standard installation, MongoDB is used as credential store. For security reasons, change the pre-configured 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.

  2. Stop all SEAL Operator services.

  3. Delete the complete data directory of MongoDB:

    /opt/seal/data/seal-mongodb
    
  4. Start the following service:

    • seal-mongodb
  5. Start the Complete SEAL Operator System.


Back to top