0

Does gitlab contain has his own vault where we could store password in local to use them in CICD, i am looking for something equivalent to HashiCorp Vault or Azure Key Vault ?

Joachim Sauer
  • 302,674
  • 57
  • 556
  • 614
Med
  • 97
  • 1
  • 2
  • 9
  • Does this answer your question? [Storing secrets and credentials securely in GitLab](https://stackoverflow.com/questions/59320750/storing-secrets-and-credentials-securely-in-gitlab) – Joachim Sauer Nov 03 '21 at 12:34
  • Probably a simpler solution would be to just start using project-level CI/CD variables (which are stored AES encrypted)… – slauth Nov 03 '21 at 12:52
  • @slath thank you i agree it's a simpler to use this native solution. – Med Nov 04 '21 at 15:59

1 Answers1

0

I add the variables directly in Gitlab : Go to project setting > CI/CD > Variables > Expand > Add variable

Med
  • 97
  • 1
  • 2
  • 9