potiuk commented on code in PR #35146:
URL: https://github.com/apache/airflow/pull/35146#discussion_r1370550640


##########
airflow/cli/cli_config.py:
##########
@@ -561,6 +561,7 @@ def string_lower_type(val):
 # kerberos
 ARG_PRINCIPAL = Arg(("principal",), help="kerberos principal", nargs="?")
 ARG_KEYTAB = Arg(("-k", "--keytab"), help="keytab", nargs="?", 
default=conf.get("kerberos", "keytab"))
+ARG_KERBEROS_MODE = Arg(("-m", "--mode"), help="mode to run airflow kerberos", 
nargs="?", default="daemon")

Review Comment:
   pick what you feel is best.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to