vincbeck commented on code in PR #40899:
URL: https://github.com/apache/airflow/pull/40899#discussion_r1687076044
##########
airflow/config_templates/config.yml:
##########
@@ -513,6 +513,19 @@ core:
type: string
default: ~
example: 'http://localhost:8080'
+ internal_api_secret_key:
+ description: |
+ Secret key used authenticate internal API clients to core. It should
be as random as possible.
Review Comment:
```suggestion
Secret key used to authenticate internal API clients to core. It
should be as random as possible.
```
--
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]