You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by da...@apache.org on 2017/08/26 01:43:55 UTC

[2/3] kudu git commit: release notes: add web UI config dashboard entry

release notes: add web UI config dashboard entry

Change-Id: I8812e1643afc50af0633343aa76fbea79bc83d72
Reviewed-on: http://gerrit.cloudera.org:8080/7847
Tested-by: Kudu Jenkins
Reviewed-by: Todd Lipcon <to...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/017fdcfb
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/017fdcfb
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/017fdcfb

Branch: refs/heads/master
Commit: 017fdcfb2bf10a666d88edef56c2894be77830ea
Parents: 3cd95f1
Author: Dan Burkert <da...@apache.org>
Authored: Fri Aug 25 16:56:48 2017 -0700
Committer: Dan Burkert <da...@apache.org>
Committed: Sat Aug 26 01:35:14 2017 +0000

----------------------------------------------------------------------
 docs/release_notes.adoc | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/017fdcfb/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index fda1a76..c02af5b 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -63,6 +63,11 @@
 [[rn_1.5.0_new_features]]
 == New features
 
+* Kudu server web UIs have a new configuration dashboard (/config) which gives a
+  a high level view of important security configuration values. The dashboard
+  gives administrators a quick way to validate security settings. More types of
+  configuration will be added in the future.
+
 == Optimizations and improvements
 
 [[rn_1.5.0_fixed_issues]]