NIFIREG-70 Authorization Improvements

Improves to the Authorization framework and REST API:

- Initial NiFi Proxy Identities get (write, /proxy) + (read, /buckets)
- Adds a read-only summary of top-level resource access policies
  to REST API Tenant class
- Moves /resources under /policies
- Moves package o.a.n.r.model.authorization to o.a.n.r.authorization

This closes #55.

Signed-off-by: Bryan Bende <bbende@apache.org>
33 files changed
tree: e0d33b093ce8509bccc2dd3baeee2ca836d1464e
  1. nifi-registry-assembly/
  2. nifi-registry-bootstrap/
  3. nifi-registry-client/
  4. nifi-registry-data-model/
  5. nifi-registry-docs/
  6. nifi-registry-flow-diff/
  7. nifi-registry-framework/
  8. nifi-registry-jetty/
  9. nifi-registry-properties/
  10. nifi-registry-provider-api/
  11. nifi-registry-resources/
  12. nifi-registry-runtime/
  13. nifi-registry-security-api/
  14. nifi-registry-security-utils/
  15. nifi-registry-utils/
  16. nifi-registry-web-api/
  17. nifi-registry-web-docs/
  18. nifi-registry-web-ui/
  19. .gitignore
  20. .travis.yml
  21. build-and-run.sh
  22. LICENSE
  23. NOTICE
  24. pom.xml
  25. README.md
  26. stop.sh
README.md

Apache NiFi Registry

Registry—a subproject of Apache NiFi—is a complementary application that provides a central location for storage and management of shared resources across one or more instances of NiFi and/or MiNiFi.

Table of Contents

Getting Started

TBD

License

Except as otherwise noted this software is licensed under the Apache License, Version 2.0

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.