Giter Club home page Giter Club logo

secret-loader's Introduction

Secret loader

Replace the environment variable values which describe a secret into Google Cloud secret manager with the secret plain text value

Example of use here

Download

Already compiled executable are available here

Default format

The default format of the environment variable follow this pattern:

<prefix><secret_name>[#<version>]

Where:

  • prefix is the environment variable identifier for the secret to load. It's required and secret: by default It's customizable (see bellow)
  • secret_name is the name of your secret in secret manager. Required
  • version is the version of the secret. One # is required before specifing the version. It's optional. If missing, the latest version is loaded

Example of values of environment variable:

secret:mySecret#2

Customization

It's possible to customize the prefix defined in the environment variable by setting a flag in the call

  • prefix of the secret defined in the environment variables, default is secret:

Example

 secret-loader -prefix super-secret:

Limitation

For now, the service recover only the secret in the current project.

Open a feature request is you need to get secret from external project

License

This library is licensed under Apache 2.0. Full license text is available in LICENSE.

secret-loader's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.