This guide documents the new AWS Wickr administration console, released on March 13, 2025. For documentation on the classic version of the AWS Wickr administration console, see Classic Administration Guide.
Password for data retention bot in AWS Wickr
The first time you start the data retention bot, you specify the initial password using one of the following options:
-
The
WICKRIO_BOT_PASSWORDenvironment variable. The data retention bot environment variables are outlined in the Environment variables to configure data retention bot in AWS Wickr section later in this guide. -
The password value in Secrets Manager identified by the
AWS_SECRET_NAMEenvironment variable. The Secrets Manager values for the data retention bot are outlined in the Secrets Manager values for AWS Wickr section later in this guide. -
Enter the password when prompted by the data retention bot. You will need to run the data retention bot with interactive TTY access using the
-tioption.
A new password will be generated when you configure the data retention bot for the first time. If you need to re-install the data retention bot, you use the generated password. The initial password is not valid after the initial installation of the data retention bot. You can rotate the generated password. To rotate the generated password, use the guidance provided in the following sections.
Password rotation
The data retention bot (minimum version 6.66.01.00) can roate its Wickr account password programmatically at startup by setting the WICKRIO_ROTATE_PASSWORD environment variable.
Usage
Set the environment variable WICKRIO_ROTATE_PASSWORD when starting the bot with docker run:
-e WICKRIO_ROTATE_PASSWORD="
new_password"
On startup, after the bot successfully logs in with its current password (from WICKRIO_BOT_PASSWORD or AWS Secrets Manager), it does the following:
-
Read WICKRIO_ROTATE_PASSWORD from the process environment.
-
Validate the new password (minimum 12 characters, must differ from current password).
-
Call the AWS Wickr service to rotate the password.
After a successful rotation, update WICKRIO_BOT_PASSWORD (or the secret in AWS Secrets Manager) to the new password before the next restart.
The new generated password will be displayed as shown in the following example.
Important
Save the password in a safe place. If you lose the password you will not be able to re-install the data retention bot. Don't share this password. It provides the ability to start data retention for your Wickr network.
******************************************************************** **** GENERATED PASSWORD **** DO NOT LOSE THIS PASSWORD, YOU WILL NEED TO ENTER IT EVERY TIME **** TO START THE BOT "HuEXAMPLERAW4lGgEXAMPLEn" ********************************************************************
Password requirements
-
New password must be at least 12 characters.
-
New password must differ from the current password.
-
Bot must be able to log in with the current password first.