-
Notifications
You must be signed in to change notification settings - Fork 7
[Feat] Support logon session affinity #260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
cc88851
to
ae39325
Compare
Provide an option to enable session affinity for CAP applications during version upgrades to ensure user sessions remain intact.
ae39325
to
da7d705
Compare
I think we just need to update the new tests (introduced with this PR) to add the new subscription guid and other labels introduced recently |
Yeah, I will update the tests |
|
Support previous login sessions during the upgrade.
Enabled by setting the annotation
sme.sap.com/enable-session-affinity: true
Also, allow custom logout endpoint to be set via
annotation sme.sap.com/logout-endpoint
on CAV