Disable session timeout? #516
-
I am trying to serve Kafbat's API for use by internal tools. I know I can get a session token to access the API from these tools, but the session seems to expire after a while. The docs (http://kafbat.io/configuration/misc-configuration-properties) mention the Another solution would be disabling authentication entirely, but I can't find anything in the documentation about that either. Disclaimer: I'm still in the process of migrating from the old version of kafka-ui, but I haven't seen any updates on authentication, so I'm assuming it works the same in Kafbat. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
server.reactive.session.timeout
defaults to 30 minutes. You can set it likeserver.reactive.session.timeout=999999999h
.auth.type
toDISABLED
rather than whatever you have.