Skip to content

Secrets handling

Kamil Trzciński requested to merge secrets-handling into master

What does this MR do?

Some simple development guideline to handling different types of secrets.

It tries to distinguish secrets in two buckets:

  1. user provided secrets (encryption),
  2. machine generated secrets (hashing or encryption).

What are the relevant issue numbers?

Relate to https://gitlab.com/gitlab-org/gitlab-ce/issues/52342 and https://gitlab.com/gitlab-org/gitlab-ce/issues/51232.

Does this MR meet the acceptance criteria?

Edited by Kamil Trzciński

Merge request reports