The GitHub Actions job "Tests" on airflow.git/backport-88f95c7-chart/v1-2x-test 
has succeeded.
Run started by GitHub user Miretpl (triggered by Miretpl).

Head commit for run:
9dddf83b8877f290171fe8ccb756e48f3a90a0a9 / Aaryan Mahajan <[email protected]>
[chart/v1-2x-test] Document how to rotate the Fernet key with the Helm chart 
(#70242)

* Document how to rotate the Fernet key with the Helm chart

The Helm chart docs explained how to point at a custom Fernet key
Secret but never how to safely rotate one. The chart also generates
the Fernet key Secret via a pre-install hook, which means it cannot be
updated through helm upgrade, so a self-managed Secret plus the
standard prepend/rotate/trim procedure is required. Document that gap
so operators aren't left guessing or reverse-engineering the chart
templates.

closes: #18509

* Address review feedback on Fernet key rotation docs

Reviewers pointed out three gaps: the plaintext-key warning didn't
explicitly say not to commit values.yaml to version control, the
kubectl-created Secret example didn't mention that it needs to be
managed as infrastructure so it survives a cluster migration or
redeploy, and the rotation steps described updating the Secret's
value without ever showing the command to do it.

Rename the newsfragment to the PR number (70242) instead of the issue
number (18509) per towncrier convention.

* Address review feedback on Fernet key rotation docs

Tighten the wording per reviewer suggestions and drop the newsfragment,
since a docs-only addition does not need one.
(cherry picked from commit 88f95c706eb4851f3fb5107d0b883c7a87e86b67)

Co-authored-by: Aaryan Mahajan <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/30399201574

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to