From 8a6b7037bb058d00cc767895c3292509576ea2f9 Mon Sep 17 00:00:00 2001 From: Andrew Ash <andrew@andrewash.com> Date: Thu, 11 Aug 2016 11:26:57 +0100 Subject: [PATCH] Correct example value for spark.ssl.YYY.XXX settings Docs adjustment to: - link to other relevant section of docs - correct statement about the only value when actually other values are supported Author: Andrew Ash <andrew@andrewash.com> Closes #14581 from ash211/patch-10. --- docs/configuration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 4569bed0ed..e33094b062 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1456,8 +1456,10 @@ Apart from these, the following properties are also available, and may be useful the properties must be overwritten in the protocol-specific namespace.</p> <p>Use <code>spark.ssl.YYY.XXX</code> settings to overwrite the global configuration for - particular protocol denoted by <code>YYY</code>. Currently <code>YYY</code> can be - only <code>fs</code> for file server.</p> + particular protocol denoted by <code>YYY</code>. Example values for <code>YYY</code> + include <code>fs</code>, <code>ui</code>, <code>standalone</code>, and + <code>historyServer</code>. See <a href="security.html#ssl-configuration">SSL + Configuration</a> for details on hierarchical SSL configuration for services.</p> </td> </tr> <tr> -- GitLab