security.kerberos.access.hadoopFileSystems |
(none) |
List<String> |
A comma-separated list of Kerberos-secured Hadoop filesystems Flink is going to access. For example, security.kerberos.access.hadoopFileSystems=hdfs://namenode2:9002,hdfs://namenode3:9003. The JobManager needs to have access to these filesystems to retrieve the security tokens. |
security.kerberos.fetch.delegation-token |
true |
Boolean |
Indicates whether to fetch the delegation tokens for external services the Flink job needs to contact. Only HDFS and HBase are supported. It is used in Yarn deployments. If true, Flink will fetch HDFS and HBase delegation tokens and inject them into Yarn AM containers. If false, Flink will assume that the delegation tokens are managed outside of Flink. As a consequence, it will not fetch delegation tokens for HDFS and HBase. You may need to disable this option, if you rely on submission mechanisms, e.g. Apache Oozie, to handle delegation tokens. |
security.kerberos.login.contexts |
(none) |
String |
A comma-separated list of login contexts to provide the Kerberos credentials to (for example, `Client,KafkaClient` to use the credentials for ZooKeeper authentication and for Kafka authentication) |
security.kerberos.login.keytab |
(none) |
String |
Absolute path to a Kerberos keytab file that contains the user credentials. |
security.kerberos.login.principal |
(none) |
String |
Kerberos principal name associated with the keytab. |
security.kerberos.login.use-ticket-cache |
true |
Boolean |
Indicates whether to read from your Kerberos ticket cache. |
security.kerberos.relogin.period |
1 min |
Duration |
The time period when keytab login happens automatically in order to always have a valid TGT. |
security.kerberos.tokens.renewal.retry.backoff |
1 h |
Duration |
The time period how long to wait before retrying to obtain new delegation tokens after a failure. |
security.kerberos.tokens.renewal.time-ratio |
0.75 |
Double |
Ratio of the tokens's expiration time when new credentials should be re-obtained. |