<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Ambari : Strange kerberos authentication error in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/320269#M228132</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/63344"&gt;@pvishnu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any update please ? do you need more informations ?&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jul 2021 15:32:52 GMT</pubDate>
    <dc:creator>enirys</dc:creator>
    <dc:date>2021-07-09T15:32:52Z</dc:date>
    <item>
      <title>Ambari : Strange kerberos authentication error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/319764#M227957</link>
      <description>&lt;P&gt;recently ambari server logs are showing some warnings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/var/log/ambari-server/ambari-server.log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;02 Jul 2021 18:43:52,514  INFO [ambari-client-thread-792188] AmbariAuthToLocalUserDetailsService:109 - Translated knox/&amp;lt;knox_gateway&amp;gt;@&amp;lt;REALM&amp;gt; to knox using auth-to-local rules during Kerberos authentication.
02 Jul 2021 18:43:52,515  WARN [ambari-client-thread-792188] AmbariAuthToLocalUserDetailsService:143 - Failed find user account for user with username of knox during Kerberos authentication.
02 Jul 2021 18:43:52,516  WARN [ambari-client-thread-792188] AmbariKerberosAuthenticationFilter:149 - Negotiate Header was invalid: Negotiate YIIDlAYGKwYBBQUCoIIDiDCCA4SgDTALBgkqhkiG9xIBAgKhBAMCAXaiggNrBIIDZ2CCA2MGCSqGSIb3EgECAgEAboIDUjCCA06gAwIBBaEDAgEOogcDBQAgAAAAo4IB/WGCAfkwggH1oAMCAQWhMxsxMjZGNURFMDEtNUU0MC00RDhBLTk4QkQtQTQzNTNCN0JGNUUzLkRBVEFMQUtFLk9WSKJPME2gAwIBAKFGMEQbBEhUVFAbPG92aC1lbm9kZTYuMjZmNWRlMDEtNWU0MC00ZDhhLTk4YmQtYTQzNTNiN2JmNWUzLmRhdGFsYWtlLm92aKOCAWYwggFioAMCARKhAwIBAqKCAVQEggFQbqKii/FFb+dRh+NYor9rVsacj0GwwyOV1KCZLEFkyM7VEhjK/wV8gkJOL9V0u99lkAIPGFCI6TzHenX6VtiZEd/MvKox5b4V0REwnpTuX5vS5lXCfXtbEOF2SbXmch1/U5RCjVQr8+vm/8AYmILIsqnFFmU9AgFFtEtZsH1NZpiSbosJs3oDJ1yINbzuzrxpCJJTu2Rcv2j34mN8+SkA42D6ZO6yP1iwlTkWji9VEDSOYLdzzhPMq0rmUCuuHfDYHX2Dx09xx4h9C6d28E3+o07LmUTUOBbnkiwnk57HZ+muxfD7T93PHOcfcJGPPKFWnUzTBg/ZrNsU3M36Y6UdqJ3kH/nvu6TNZDy+EbJhztlz3H1xNlMQ7D9np+HNHd72CvgFFzEbLCqkR9WUUL0R9WIno10V2wX8gBXPV31qY+WU59vQHfa9kkmytR8a60sYpIIBNjCCATKgAwIBEqKCASkEggEle7R2DYTiWwLkpH4BKwKGmoZfD7ZX0garqKPDQ7HDBDJIXUTce4UELJ84bTwn/DtpnUeQ0rZ70FedqHlHutB60NsswXvzoozLk+7Meeo3c310iWNIEd++dtEo0ZUc4sE8CA984VPYHHral67L/L4rQgb39ikYhxo9ieLMMHZ7Im6uzsnQzH0shKSHgWsroneqSvQXAuNM+08OAWuP0znVFAddSpPiQYlnsf9LJcjrn0hLFQwoFV48HA7/PyGDZ8Jotw/UMD/sbokOazOvzubvGdoyS6+8xJlJnf+D9WneoviqOFn4Po6B8WANQuF02QbPOPeE4XKXA4n6iruZmdKeR1ksx6OuEGygRSs1lmsgOzZvrjNLCay2ty4qtsMUUCjQz9V8c4A=
org.springframework.security.core.userdetails.UsernameNotFoundException: Failed find user account for user with username of knox during Kerberos authentication.
        at org.apache.ambari.server.security.authentication.kerberos.AmbariAuthToLocalUserDetailsService.createUser(AmbariAuthToLocalUserDetailsService.java:144)
        at org.apache.ambari.server.security.authentication.kerberos.AmbariAuthToLocalUserDetailsService.loadUserByUsername(AmbariAuthToLocalUserDetailsService.java:110)
        at org.springframework.security.kerberos.authentication.KerberosServiceAuthenticationProvider.authenticate(KerberosServiceAuthenticationProvider.java:66)
        at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:156)
        at org.springframework.security.kerberos.web.authentication.SpnegoAuthenticationProcessingFilter.doFilter(SpnegoAuthenticationProcessingFilter.java:145)
        at org.apache.ambari.server.security.authentication.kerberos.AmbariKerberosAuthenticationFilter.doFilter(AmbariKerberosAuthenticationFilter.java:167)
        at org.apache.ambari.server.security.authentication.AmbariDelegatingAuthenticationFilter.doFilter(AmbariDelegatingAuthenticationFilter.java:120)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.apache.ambari.server.security.authorization.AmbariUserAuthorizationFilter.doFilter(AmbariUserAuthorizationFilter.java:91)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)
        at org.apache.ambari.server.api.MethodOverrideFilter.doFilter(MethodOverrideFilter.java:72)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)
        at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:47)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)
        at org.apache.ambari.server.security.AbstractSecurityHeaderFilter.doFilter(AbstractSecurityHeaderFilter.java:125)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)
        at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:82)
        at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:294)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:427)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.apache.ambari.server.controller.AmbariHandlerList.processHandlers(AmbariHandlerList.java:212)
        at org.apache.ambari.server.controller.AmbariHandlerList.processHandlers(AmbariHandlerList.java:201)
        at org.apache.ambari.server.controller.AmbariHandlerList.handle(AmbariHandlerList.java:139)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:370)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:973)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1035)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:641)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:231)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:745)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/var/log/ambari-server/ambari-audit.log&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2021-07-02T19:01:16.881+0200, User(null), RemoteIp(xxx.xxx.xxx.xxx), Operation(User login), Roles(
), Status(Failed), Reason(Failed find user account for user with username of knox during Kerberos authentication.)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no identified issue right now, but it generate huge logs (50 lines/s) and we are unable to read ambari-logs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ambari version : 2.6.2.2&lt;/P&gt;&lt;P&gt;HDP Version : HDP-2.6.5.1100&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 17:04:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/319764#M227957</guid>
      <dc:creator>enirys</dc:creator>
      <dc:date>2021-07-02T17:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari : Strange kerberos authentication error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/319885#M228014</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/44519"&gt;@enirys&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears that you have configured Ambari to authenticate using Kerberos tokens via SPNEGO.&lt;BR /&gt;&lt;BR /&gt;From the logs, I see you are trying to authenticate to Ambari using the principal "knox/&amp;lt;knox_gateway&amp;gt;@&amp;lt;REALM&amp;gt;" which gets translated to the user name "knox" and then searches it in the internal database or from an external source, such as an LDAP directory based on your configuration and unable to find it and hence the below warning message,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;----------&lt;/P&gt;&lt;PRE&gt;02 Jul 2021 18:43:52,515  WARN [ambari-client-thread-792188] AmbariAuthToLocalUserDetailsService:143 - Failed find user account for user with username of knox during Kerberos authentication.&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;----------&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So validate the values set for the property "authentication.kerberos.user.types", and ensure the "knox" user is present in the User type mentioned and create if unavailable. Once available and when you re-authenticate again, Ambari will be able to find the relevant user and it bypasses the default user name and password login facility and should be able to authenticate successfully.&lt;BR /&gt;&lt;BR /&gt;Let us know if this helps!&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Prashanth Vishnu&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 16:42:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/319885#M228014</guid>
      <dc:creator>pvishnu</dc:creator>
      <dc:date>2021-07-05T16:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari : Strange kerberos authentication error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/319890#M228018</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/63344"&gt;@pvishnu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The connection to ambari is done over knox gateway, and we have many clients using the gateway so i don't know who is causing this trouble&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have the same configuration on a dev cluster without having this issue except knox and ambari are not on the same node&lt;/P&gt;&lt;P&gt;as it use knox to authenticate i have created a knox/&amp;lt;hostname&amp;gt; principal on ambari node but without success, just duplicate number of logs and a new error appears in &lt;STRONG&gt;ambari-audit.log&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;we are using freeipa server to manage users and kerbers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2021-07-05T19:48:23.518+0200, User(null), RemoteIp(xxx.xxx.xxx.xxx), Operation(User login), Roles(
), Status(Failed), Reason(Authentication required)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i searched the property &lt;STRONG&gt;authentication.kerberos.user.types &lt;/STRONG&gt;but can't find it on any component&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 18:10:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/319890#M228018</guid>
      <dc:creator>enirys</dc:creator>
      <dc:date>2021-07-05T18:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari : Strange kerberos authentication error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/319913#M228031</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/44519"&gt;@enirys&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you wanted to use the Authentication provider used with the Knox gateway for the Ambari UI and don't prefer the kerberos authentication, then you can disable it by setting the below property to false,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;authentication.kerberos.enabled = false&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can find the "authentication.kerberos.*" properties in the&amp;nbsp;/etc/ambari-server/conf/ambari.properties file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Restart Ambari server after making necessary changes and monitor the logs to see if the warnings are repeated again.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 07:21:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/319913#M228031</guid>
      <dc:creator>pvishnu</dc:creator>
      <dc:date>2021-07-06T07:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari : Strange kerberos authentication error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/319917#M228032</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/63344"&gt;@pvishnu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wan't to keep kerberos authentication, below ambari config&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;agent.package.install.task.timeout=36000
agent.stack.retry.on_repo_unavailability=false
agent.stack.retry.tries=5
agent.task.timeout=2000
agent.threadpool.size.max=25
ambari-server.user=root
ambari.ldap.isConfigured=true
ambari.post.user.creation.hook=/var/lib/ambari-server/resources/scripts/post-user-creation-hook.sh
ambari.post.user.creation.hook.enabled=true
ambari.python.wrap=ambari-python-wrap
authentication.kerberos.auth_to_local.rules=DEFAULT
authentication.kerberos.enabled=true
authentication.kerberos.spnego.keytab.file=/etc/security/keytabs/spnego.service.keytab
authentication.kerberos.spnego.principal=HTTP/&amp;lt;ambari_host_fqdn&amp;gt;
authentication.kerberos.user.types=LDAP
authentication.ldap.baseDn=cn=accounts,dc=&amp;lt;domain&amp;gt;,dc=&amp;lt;domain&amp;gt;,dc=&amp;lt;domain&amp;gt;
authentication.ldap.bindAnonymously=false
authentication.ldap.dnAttribute=dn
authentication.ldap.groupMembershipAttr=member
authentication.ldap.groupNamingAttr=cn
authentication.ldap.groupObjectClass=posixGroup
authentication.ldap.managerDn=uid=ldapbind,cn=sysaccounts,cn=etc,dc=&amp;lt;domain&amp;gt;,dc=&amp;lt;domain&amp;gt;,dc=&amp;lt;domain&amp;gt;
authentication.ldap.managerPassword=/etc/ambari-server/conf/ldap-password.dat
authentication.ldap.primaryUrl=&amp;lt;ipa_host_fqdn&amp;gt;:636
authentication.ldap.useSSL=true
authentication.ldap.userObjectClass=posixAccount
authentication.ldap.usernameAttribute=uid&lt;/LI-CODE&gt;&lt;P&gt;I just need to know the origin of previous warning and remove them, i suspect ambari views which are used by some users but i'm not sure.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 07:41:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/319917#M228032</guid>
      <dc:creator>enirys</dc:creator>
      <dc:date>2021-07-06T07:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari : Strange kerberos authentication error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/320269#M228132</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/63344"&gt;@pvishnu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any update please ? do you need more informations ?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 15:32:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/320269#M228132</guid>
      <dc:creator>enirys</dc:creator>
      <dc:date>2021-07-09T15:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari : Strange kerberos authentication error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/320877#M228202</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/44519"&gt;@enirys&lt;/a&gt;&amp;nbsp;, Try checking the Ambari audit logs to identify where the authentication requests using the Knox kerberos principal is originating from.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 19:07:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/320877#M228202</guid>
      <dc:creator>pvishnu</dc:creator>
      <dc:date>2021-07-13T19:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari : Strange kerberos authentication error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/321320#M228346</link>
      <description>&lt;P&gt;I finaly found the root cause of this issue, it happens when users connect to ambari web ui and the stay connected for a while then the session is killed due to timeout.&lt;/P&gt;&lt;P&gt;In my configuration there are no timeout for :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;user.inactivity.timeout.default, user.inactivity.timeout.role.readonly.default&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Setting these properties allows ambari to logout users after a period of inactivity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This error may occurs also when we restart the ambari-server, users still connected with a 401 error message&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="enirys_0-1626946331215.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/31939iF9203F5B38D912DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="enirys_0-1626946331215.png" alt="enirys_0-1626946331215.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i'm closing this thread and opening a new one with more details about the issue&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Support-Questions/Logout-ambari-s-connected-users-on-ambari-server-restart/td-p/321322" target="_blank"&gt;https://community.cloudera.com/t5/Support-Questions/Logout-ambari-s-connected-users-on-ambari-server-restart/td-p/321322&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 10:00:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Strange-kerberos-authentication-error/m-p/321320#M228346</guid>
      <dc:creator>enirys</dc:creator>
      <dc:date>2021-07-22T10:00:59Z</dc:date>
    </item>
  </channel>
</rss>

