potiuk commented on code in PR #67804:
URL: https://github.com/apache/airflow/pull/67804#discussion_r3351643946
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -2946,6 +2946,15 @@ kerberos:
type: boolean
example: ~
default: "True"
+ include_renewal_lifetime:
+ description: |
+ Whether to include the renewable lifetime option (`-r`) in the `kinit`
command.
+ This is enabled by default for MIT Kerberos, but can be disabled (set
to False)
+ if using a Kerberos implementation that doesn't support this flag,
such as `Heimdal`.
+ version_added: 3.0.0
Review Comment:
Bad version - should be 3.3.0
--
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]