Keydra Documentation
GitHubToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Initial Gitlab Setup

To use Gitlab as your config source, read on.

Setup a configuration repository

  1. Create a new repository in Gitlab. Let’s call it KeydraConfiguration.

  2. Clone your new repo locally.

Create a Personal Access Token

  1. Follow the instructions to create a personal access token. https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html

  2. Log into to the AWS Console and navigate to the Secrets Manager service.

  3. Click the orange Store a new secret button.

Store a secret
  1. Choose a secret type of Other type of secrets, and add a plaintext secret as follows (substituting your details).
    {
    "access_token": "<your gitlab personal access token>"
    }
  1. You can leave encryption settings as default, or update to your needs. Click Next.

  2. Call your secret keydra/gitlab.

  3. Auto rotation is not required (Keydra will do this), so just click Next on the next screen, then Store on the one after.