summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authormhuin <mhuin@redhat.com>2019-02-27 23:03:50 +0100
committerMatthieu Huin <mhuin@redhat.com>2019-07-30 15:32:15 +0000
commit7a622a5823893e1d255bbd0defb84f36c0f310d1 (patch)
tree739a19ab86d3ea07727c1a0c1df5adaedfa2d304 /requirements.txt
parent9d86c00111f5028bef9913835669391ad381ad32 (diff)
downloadzuul-7a622a5823893e1d255bbd0defb84f36c0f310d1.tar.gz
Add Authorization Rules configuration
Allow an operator to define authorization rules. Allow an operator to add authorization rules to a tenant. Add a rule parser and a rule registry. The authZ engine is not plugged in yet. Change-Id: I3a86c6c7d62ad2bce68a98dbd2fff18549b94fb9
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 450b45b57..c741f078b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -28,3 +28,4 @@ paho-mqtt
cherrypy
ws4py
routes
+jsonpath-rw