This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new f7d5b165fc Change RSA SSH key to reflect update from Github (#30286)
f7d5b165fc is described below
commit f7d5b165fcb8983bd82a852dcc5088b4b7d26a91
Author: Marty Jackson <[email protected]>
AuthorDate: Fri Mar 24 14:03:48 2023 -0700
Change RSA SSH key to reflect update from Github (#30286)
Github just updated their RSA SSH host key:
https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/ . This commit
updates the last 6 values of the host key in the `knownHosts` section of the
Helm production guide to reflect the update.
---
docs/helm-chart/production-guide.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/helm-chart/production-guide.rst
b/docs/helm-chart/production-guide.rst
index 57c0a803ac..65f87f8cf8 100644
--- a/docs/helm-chart/production-guide.rst
+++ b/docs/helm-chart/production-guide.rst
@@ -203,7 +203,7 @@ They match, right? Good. Now, add the public key to your
values. It'll look some
dags:
gitSync:
knownHosts: |
- github.com ssh-rsa AAAA...FAaQ==
+ github.com ssh-rsa AAAA...1/wsjk=
Accessing the Airflow UI