From 24039e05d55793932c18aba2ad736b6d6cda6bb2 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Sun, 4 Jan 2015 17:26:49 +0800 Subject: [PATCH] Add policy.json file Add policy.json file to define the APIs policy. --- etc/policy.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 etc/policy.json diff --git a/etc/policy.json b/etc/policy.json new file mode 100644 index 000000000..726fb02c6 --- /dev/null +++ b/etc/policy.json @@ -0,0 +1,4 @@ +{ + "context_is_admin": "role:admin", + "deny_everybody": "!", +}