GitHub user kevdoran opened a pull request:
https://github.com/apache/nifi-registry/pull/119
NIFIREG-172 Adds Swagger UI
Contains the following changes:
- Adds self-hosted Swagger UI to nifi-registry-web-api WAR at
/swagger/ui.html
- Updates NOTICE for included ALv2 licensed source
- Adds Jersey filter exclusion for resources starting with /swagger/*
- Adds top-level authorizable resource type for /swagger/*
- Updates ResourceAuthorizationFilter configuration to include swagger
resource type
- Corrects name of Position model object in Swagger specification
- Corrects duplicate operationId/nickname field for methods in FlowResource
and BucketFlowResource
For reviewers:
- Verify /nifi-registry-api/swagger/ui.html is accessible and working in
unsecured mode.
- Verify /nifi-registry-api/swagger/swagger.json returns a good Swagger
spec.
- In secured mode, an initial admin should have access, as should any user
who is granted read access to the "/swagger" resource
- Verify changes to NOTICE in source code and nifi-registry-assembly
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevdoran/nifi-registry NIFIREG-172-swagger-ui
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-registry/pull/119.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #119
----
commit 8eef21c9481f795500a0a5d995deb2bdabf1899d
Author: Kevin Doran <kdoran@...>
Date: 2018-05-29T16:13:06Z
NIFIREG-172 Adds Swagger UI
- Adds self-hosted Swagger UI to nifi-registry-web-api WAR at
/swagger/ui.html
- Updates NOTICE for included ALv2 licensed source.
- Adds Jersey filter exclusion for resources starting with /swagger/*
- Adds top-level authorizable resource type for /swagger/*
- Updates ResourceAuthorizationFilter configuration to include swagger
resource type
- Corrects name of Position model object in Swagger specification
- Corrects duplicate operationId/nickname field for methods in
FlowResource and BucketFlowResource
----
---