Skip to content
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

[ELY-1503] Ensure the reference to the GssContext and KerberosTicket can be dropped during Serialization. #1097

Merged
merged 2 commits into from Feb 20, 2018

Conversation

darranl
Copy link
Contributor

@darranl darranl commented Feb 20, 2018

Also [ELY-1518] Elimination of a stream and lambdas where a for loop can be used.

https://issues.jboss.org/browse/ELY-1503
https://issues.jboss.org/browse/ELY-1518

@hkalina
Copy link

hkalina commented Feb 20, 2018

So the point is, SESSION scope will prevent sharing GSSContext between multiple sessions in one connection, but it will be dropped on replication between servers, so new negotiation will be initiated when switching to different server?

@darranl
Copy link
Contributor Author

darranl commented Feb 20, 2018

Yes so on fail over a new authentication will need to occur, we may also want to switch on Clustered SSO at some point but as SPNEGO silently fails over anyway we didn't switch that on as Clustered SSO would not propagate any delegated credential.

@hkalina hkalina added the +1 HK label Feb 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants