potiuk commented on a change in pull request #11413:
URL: https://github.com/apache/airflow/pull/11413#discussion_r502972506
##########
File path: chart/values.schema.json
##########
@@ -1066,6 +1076,44 @@
}
}
}
+ },
+ "kerberos": {
+ "description": "Kerberos configurations for airflow",
+ "type": "object",
+ "properties": {
+ "enabled": {
+ "description": "Enable kerberos.",
+ "type": "boolean"
+ },
+ "ccacheMountPath": {
+ "description": "Path to mount shared volume for kerberos
credentials cache.",
+ "type": "string"
+ },
+ "ccacheFileName": {
Review comment:
"ccache" stands for "credential cache" and is pretty common in the
Kerberos world. https://web.mit.edu/kerberos/krb5-1.12/doc/basic/ccache_def.html
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]