Skip to main content
Version: 3.21

Running Belt

senhasegura Running Belt is an agnostic plugin for intercepting environment variables and secret injection during pipeline deplyments.

Using this plugin, DevOps teams have an easy visibility of applications and secrets. Providing into a secure way, secrets for applications, pipelines and environments.

Installing senhasegura Running Belt plugin

As a GO Lang binary, its installation is quite simple. Just add it into a directory of your environment or CI/CD tool and run it providing 3 attributes:

  • APP: the name of your application;

  • SYSTEM: the system where the application is installed;

  • ENVIRONMENT: the environment where the application is running;

Inject of secrets into environment variables using senhasegura Running Belt

When executing the plugin providing the three information APP, SYSTEM and ENVIRONMENT the plugin will collect all the environment variables and send them to senhasegura DSM . Then, it will query all the application secrets registered in senhasegura DSM and update the environment variables with the new values.

This way, developers will not have to worry about injecting secrets during pipelines, for example. They can be managed directly via API or under the senhasegura DSM interface by any developer or security team member.