Add descriptive name for /auth 66/103966/2
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 8 Jan 2023 00:34:36 +0000 (01:34 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 8 Jan 2023 15:04:08 +0000 (16:04 +0100)
/auth routes to OpenDaylight IDM authentication. Add a descriptive name
to ease debugging.

JIRA: AAA-244
Change-Id: I1a048fd7d477a4e933fb095aa0e241eebb455621
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-shiro/impl/src/main/java/org/opendaylight/aaa/shiro/web/env/WebInitializer.java

index ff32ba47dd4c01d6ba853bb6bb5cedaf72f56f07..51e71c72c9f253bc0cde5d3741a3554feb675ab0 100644 (file)
@@ -42,6 +42,7 @@ public class WebInitializer {
             final CustomFilterAdapterConfiguration customFilterAdapterConfig) throws ServletException {
 
         final var webContextBuilder = WebContext.builder()
+            .name("OpenDaylight IDM realm management")
             .contextPath("/auth")
             .supportsSessions(true)