Aaryan123456679 opened a new pull request, #70242: URL: https://github.com/apache/airflow/pull/70242
The Helm chart docs describe pointing at a custom Fernet key Secret via `fernetKeySecretName`, but never explain how to actually rotate the key once Airflow is deployed via the chart. This adds a "Fernet Key" section to the production guide covering the standard prepend/rotate/trim procedure, and notes that the chart-generated Secret is only created on `helm install` (via a pre-install hook) so a self-managed Secret is required to rotate at all. closes: #18509 ## Test plan - [x] `breeze build-docs --package-filter helm-chart` succeeded with no warnings/errors - [x] `prek run --from-ref upstream/main --stage pre-commit` passed (including the RST double-backtick check) - [x] `prek run --from-ref upstream/main --stage manual` passed - [x] `git diff upstream/main...HEAD --stat` confirms only the doc file and newsfragment changed --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Sonnet 5) Generated-by: Claude Code (Sonnet 5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
