NIFIREG-58 Add current user permissions

For authorizable resources, such as tenants and buckets and bucket
items, add a permissions fields that indicates actions available to the
current user such as read, write, delete.

Adds permission details to the response of the GET /access endpoint
of the Web API that shows the available action to top level resources,
such as /buckets, /tenants, and /policies.

Add a configurable flag to tenants indicating if they are configurable
or read-only based on the Authorizer & UserGroupProvider that is
managing them.

This closes #43.

Signed-off-by: Bryan Bende <bbende@apache.org>
31 files changed
tree: bacb96c47371bf28ccca324d8f21fef8c7a6cd16
  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.