Skip to content

Changing test keytab to use aes256-cts-hmac-sha1-96 instead of des3-cbc-sha1-kd (#78703)#79874

Merged
masseyke merged 1 commit intoelastic:7.16from
masseyke:fix/update-keytab-encryption-type-7.16
Oct 26, 2021
Merged

Changing test keytab to use aes256-cts-hmac-sha1-96 instead of des3-cbc-sha1-kd (#78703)#79874
masseyke merged 1 commit intoelastic:7.16from
masseyke:fix/update-keytab-encryption-type-7.16

Conversation

@masseyke
Copy link
Copy Markdown
Member

The des3-cbc-sha1-kd encryption type is deprecated and no longer supported by newer jvm, causing tests
that use the krb5kdc-fixture to fail. This commit changes the encryption type of the test keytab to
aes256-cts-hmac-sha1-96.
Relates #78423 #78703

…bc-sha1-kd (elastic#78703)

The des3-cbc-sha1-kd encryption type is deprecated and no longer supported by newer jvm, causing tests
that use the krb5kdc-fixture to fail. This commit changes the encryption type of the test keytab to
aes256-cts-hmac-sha1-96.
Relates elastic#78423
Copy link
Copy Markdown
Contributor

@jkakavas jkakavas left a comment

Choose a reason for hiding this comment

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

LGTM. I have the strangest feeling that I reviewed this PR recently :/

@@ -14,9 +14,9 @@
ignore_acceptor_hostname = true
rdns = false
# des3-cbc-sha1-kd is the only enctype available in fips 140-2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

let's remove this comment while we;'re at it

@masseyke masseyke merged commit ca97b68 into elastic:7.16 Oct 26, 2021
@masseyke masseyke deleted the fix/update-keytab-encryption-type-7.16 branch October 26, 2021 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants