This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 2698078ea47 [FLINK-30749][security][docs] Fix delegation token
provider enabled flag key
2698078ea47 is described below
commit 2698078ea47b828fb13b0ec1ce09b1534f7496de
Author: Gabor Somogyi <[email protected]>
AuthorDate: Thu Jan 19 16:25:52 2023 +0100
[FLINK-30749][security][docs] Fix delegation token provider enabled flag key
---
docs/content/docs/deployment/security/security-kerberos.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/docs/deployment/security/security-kerberos.md
b/docs/content/docs/deployment/security/security-kerberos.md
index 69becfbec06..a491675ecf4 100644
--- a/docs/content/docs/deployment/security/security-kerberos.md
+++ b/docs/content/docs/deployment/security/security-kerberos.md
@@ -169,7 +169,7 @@ The following options provides more fine-grained control
for this feature:
<table class="table">
<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
<tr>
- <td><code>security.kerberos.token.provider.${service}.enabled</code></td>
+ <td><code>security.delegation.token.provider.${service}.enabled</code></td>
<td><code>true</code></td>
<td>
Controls whether to obtain credentials for services when security is
enabled.