intuit / identity-authz-apl

Attribute-based access control (ABAC), also known as policy-based access control, defines an access control paradigm whereby access rights are granted to users through the use of policies which reason over data in attributes. The policies can use any type of attributes (user attributes, resource attributes, object, environment attributes etc.). Read more here - https://en.wikipedia.org/wiki/Attribute-based_access_control ABAC Policy Language is used by ABAC to author policies. A policy consists of rules, which have "when" conditions and "then" actions. Policies are executed in a bounded time, goaled to reach a decision as quickly as possible in deterministic, fast and reliable way. Further light-weight execution consumes minimal resources.
MIT License
28 stars 10 forks source link

rename artifact #17

Closed baladutt closed 3 years ago

baladutt commented 3 years ago

Issue Template

Context

Artefact should be renamed to something like apl-core

Expected Behavior

Artifact could be named apl-core in group com.intuit.apl. This would mean that tooling and other artifacts can be built on top of it.

Current Behavior

Artifact named apl in group com.intuit.apl is not very meaningful

baladutt commented 3 years ago

fixed