This is an automated email from the ASF dual-hosted git repository.
lmccay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new d60c67fa8 KNOX-3009 - KNOX-SESSION missing from Manager Topology and
Admin UI (#843)
d60c67fa8 is described below
commit d60c67fa88ffa3c7fae1a35764dabe167a71c184
Author: lmccay <[email protected]>
AuthorDate: Sat Feb 24 17:16:44 2024 -0500
KNOX-3009 - KNOX-SESSION missing from Manager Topology and Admin UI (#843)
---
gateway-release/home/conf/topologies/manager.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gateway-release/home/conf/topologies/manager.xml
b/gateway-release/home/conf/topologies/manager.xml
index acade305c..1634d0093 100644
--- a/gateway-release/home/conf/topologies/manager.xml
+++ b/gateway-release/home/conf/topologies/manager.xml
@@ -80,6 +80,9 @@
</param>
</provider>
</gateway>
+ <service>
+ <role>KNOX-SESSION</role>
+ </service>
<service>
<role>KNOX</role>
</service>