-
In deployed helm kafbat ui, may be 30 minutes after login, google requires login. replicaCount: 2
yamlApplicationConfig:
auth:
type: OAUTH2
oauth2:
client:
google:
provider: google
clientId: ...
clientSecret: ...
user-name-attribute: email
custom-params:
type: google
allowedDomain: ... # for RBAC
spring:
session:
timeout: 72h
ingress:
enabled: true
annotations:
nginx.ingress.kubernetes.io/affinity: cookie
nginx.ingress.kubernetes.io/affinity-mode: balanced
nginx.ingress.kubernetes.io/session-cookie-expires: "172800"
nginx.ingress.kubernetes.io/session-cookie-max-age: "172800"
nginx.ingress.kubernetes.io/session-cookie-name: kafka-ui
ingressClassName: "nginx"
host: "..." |
Beta Was this translation helpful? Give feedback.
Answered by
Haarolean
Mar 21, 2025
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Haebuk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
server.reactive.session.timeout
should do the trick, source