bbende opened a new pull request #293: URL: https://github.com/apache/nifi-registry/pull/293
The main changes in this PR are the following... - Introduce a RequestConfig interface to replace passing in a map of headers, avoids creating many different method signatures and could be used for more later - Provide RequestConfig implementations for proxied entity headers, basic auth header, and bearer token header - Deprecate client methods that take array of proxied entity strings, and add methods that take RequestConfig - Add AccessClient and implementation that allows obtaining an access token from the /token end-point, or from the /token/kerberos end-point, and also a logout method to invalidate a token - Updated the SecureLdapIT to test basic use of the AccessClient ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
