Automatic Execution

Automatic password rotation with Commander

Keeper has launched a new Password Rotation feature with Keeper Secrets Manager. This new capability is recommended for all password rotation use cases. The Documentation is linked below:

You can automate password resets using Commander plugins, with a custom Commander configuration file

Example:

{                                                                               
    "user":"admin@company.com",
    "password":"somereallystrongpassword",
    "commands":["d", "r iaOXP1fnApRh5DbaRd7MWA"]
}

In this example, we are telling Commander to first download and decrypt records, then rotate the password (record UID iaOXP1fnApRh5DbaRd7MWA) using the plugin programmed into the record. To locate the Record UID, simply view it on the commander interactive shell or view it on the Keeper Web Vault and Desktop App (as seen below).

For more information on running Commander commands with a configuration file, see the documentation

Last updated