Skip to main content
Version: 3.22

Automations

DevOps Secret Management module allows administrators to setup automations for active life-cycle management of secrets in applications like cloud secret management services such as Google Cloud Secret Manager, Azure Key Vault, AWS Secrets Manager, and others, as well as Kubernetes environments, configuration files inside servers, etc...

Through the usage of these automations it is possible to connect on most environments and systems using a protocol driven approach, where senhasegura DSM will reach those systems and environments through SSH, Windows RM & RPC, SQL, HTTP/S and others so it can run a series of pre-defined commands to manipulate secrets without the needing of manual configuration.

Automations are based on triggers, those that can be executed depending on the application and the secret being monitored. DSM allows automations to run based during the following moments:

  • Secret creation on a specific secret or application;
  • Secret update on a specific secret or application;
  • Secret activation on a specific secret or application;
  • Secret inactivation on a specific secret or application;
  • Authorization creation on a specific application;
  • Authorization update on a specific application;
  • Authorization activation on a specific application;
  • Authorization inactivation on a specific application;
Ansible Playbooks

Automations can also run Ansible Playbooks inside Dockers containers to ensure more security and allow greater possibilities for integrations.

Register an Automation

To create an automation follow the menu DSM ➔ Automations ➔ Automations.

  1. In the report's action button, click on New;
  2. Fill the automation general fields:
    • Name*: Automation name used internally for identification and reports;
    • Enabled*: Whether the automation is available for use or not;
  3. In the Information tab, fill the following fields:
    • Description: A detailed description of the automation;
    • Tags: List of tags to further identify the automation;
  4. In the Trigger tab, fill the following fields:
    • Trigger*: The event triggers who start the automation process. One or more can be selected;
    • Application: One or more applications to be observed by the selected triggers;
    • Secret: One or more secrets to be observed by the selected triggers;
  5. In the Action tab, fill the following fields:
    • Plugin: Protocol or application which will execute the select template;
    • Template: Template containing instructions which will be executed on the target application;
    • Device: Target device which senhasegura DSM will connect to through the selected plugin to execute the template;
  6. To finish, click on Save.
Configuring an Automation Trigger Screen
Required Fields

Fields marked with asterisks (*) are required and it is not possible to proceed if they are not provided.

Templates

DevOps Secret Management uses templates registered as Secret Management Automation type on the Executions module. For more information on how to create templates, please check the Automated Operations guide.

View an Automation

To see a list of all configured automations inside DSM follow the menu DSM ➔ Automations ➔ Automations.

On this screen, you can view registered automations with extra informations such name, tags, automations applications, automation secrets, creation date, last execution date and if the automation is enabled or not.

Automations Report

View an Automation Execution Status

To see all the automations executions status follow the menu DSM ➔ Automations ➔ Executions.

On this screen, you can view automations execution status with extra informations such as automation name, trigger, target device, status and creation date.

Automations Execution Report

To see more details about the execution, click on the Details action for the selected execution.

Automation Execution Details Screen
Sensitive Data

For security reasons, sensitive information such as passwords and access keys are replaced by a mask in the details of the template execution.