diff --git a/CHANGES b/CHANGES index 48d04ea19e..ab4ec3c85f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ * 0.111 - Support JSON serialization of Java 7 types +- Add SPNEGO support to HTTP client +- Upgrade Jetty to 9.2.11.v20150529 to fix an issue that causes HTTP requests to hang +- Allow disabling console and file logging simultaneously * 0.110 diff --git a/NEWS b/NEWS index 55e47d63b9..3e1acdcca3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Airlift 0.111 + +* SPNEGO + +This version adds experimental support for SPNEGO auth for Http client. +The following options can be used to set up global Kerberos configuration: + + http.authentication.krb5.config + http.authentication.krb5.credential-cache + http.authentication.krb5.keytab + +SPNEGO needs to be configured on a per-client basis with the following options: + + http-client.authentication.enabled + http-client.authentication.krb5.remote-service-name + http-client.authentication.krb5.principal + + Airlift 0.110 * Future Utilities