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

ARTEMIS-3038: unwind effect of defunct changes from ARTEMIS-1264 #3785

Merged
merged 1 commit into from Oct 7, 2021

Conversation

gemmellr
Copy link
Member

@gemmellr gemmellr commented Oct 5, 2021

Unwinds the effects of the RFC 2712 'Kerberos SSL ciphers' support added in ARTEMIS-1264. The functionality was recommended against use even then, and was removed entirely from JDK11. It has been disabled by default in JDK8 for a while. OpenSSL removed its equivalent support in 2015. It is no longer being tested, with the tests already removed (a3de3d4) since no modern JVMs can do it out of the box.

The code has changed and moved around a lot since as the surrounding areas were updated, other functionality added etc, so this was a case of making the related unwinds rather than reverting what was added as such. The docs included a note of the support, including mention it is insecure, though the specific steps needed to configure and use it were seemingly never added.

Once #3696 lands this functionality becomes 100% defunct, but its largely already unusable and shouldn't really be used anyway so I don't think this PR needs to wait for that one.

@gemmellr
Copy link
Member Author

gemmellr commented Oct 5, 2021

@gtully can you take a look

Copy link
Contributor

@gtully gtully left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, great to be deleting code!

@gemmellr
Copy link
Member Author

gemmellr commented Oct 6, 2021

Great. I'll leave it open for further opinions on when it should go in. @jbertram @clebertsuconic

@clebertsuconic
Copy link
Contributor

@gemmellr I can't say no to removing code :). LGTM

@clebertsuconic
Copy link
Contributor

I was tempted to hit Rebase and merge already.. I will let you do it in case you want more reviews.

Copy link
Contributor

@clebertsuconic clebertsuconic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gemmellr
Copy link
Member Author

gemmellr commented Oct 7, 2021

It was mostly opinion on the timing I was looking for, so if you were inclined just to merge it then I will do so now.

@gemmellr gemmellr force-pushed the unwind-krb5-ssl-ARTEMIS-1264 branch from b85118f to a5b5a50 Compare October 7, 2021 09:47
@asfgit asfgit merged commit a5b5a50 into apache:main Oct 7, 2021
@clebertsuconic
Copy link
Contributor

I think it's good timing already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants