This is an automated email from the ASF dual-hosted git repository.
scottyaslan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git.
from f63aaa9 NIFIREG-363 Adds support for Github Actions CI build on Java
8 and Java 11. Does not yet remove travis. And does not yet support the
xvfb/chrome portion for jsUnitTests.
new bd0cc85 NIFIREG-361 - Improved handling of the /access/logout
endpoint.
new fc6cafe NIFIREG-361 - Removed old code.
new cb5e0f0 NIFIREG-361 - Fixed javascript as per code review. Tested
with ldap, still logs out user as expected.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../nifi/registry/web/api/AccessResource.java | 38 ++++++++++++++
.../nifi/registry/web/api/ApplicationResource.java | 9 ++++
.../security/authentication/jwt/JwtService.java | 14 +++++
.../apache/nifi/registry/web/api/SecureLdapIT.java | 60 ++++++++++++++++++++++
.../src/main/webapp/nf-registry.js | 20 ++++++--
.../src/main/webapp/services/nf-registry.api.js | 29 +++++++++++
6 files changed, 166 insertions(+), 4 deletions(-)