Skip to content

Adds pseudonymization (disabled by default) to the example.custom.values.yaml

Robert Hunt requested to merge add-pseudonymization-to-example-custom-values into main

What does this MR do and why?

This MR adds pseudonymization (disabled by default) to the example.custom.values.yaml. This brings the option to the fore for users of this repo, without requiring it to be enabled.

Whether it is enabled is entirely dependent upon the users business and legal requirements.

How to set up and validate

  1. Run RELEASE_NAME=[RELEASE_NAME] CLUSTER_NAME=[CLUSTER_NAME] task prepare-custom-values and confirm that the default option is in the custom.values.yaml with a generated salt.

How to deploy upon merging

N/A

Related to https://gitlab.com/gitlab-org/analytics-section/product-analytics/analytics-stack/-/issues/166

Merge request reports