aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/json/search_policy.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/json/search_policy.json')
-rw-r--r--src/test/resources/json/search_policy.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/test/resources/json/search_policy.json b/src/test/resources/json/search_policy.json
new file mode 100644
index 0000000..ab8d0e3
--- /dev/null
+++ b/src/test/resources/json/search_policy.json
@@ -0,0 +1,37 @@
+{
+ "roles": [{
+ "name": "testRole",
+ "functions": [{
+ "name": "testFunction",
+ "methods": [{
+ "name": "GET"
+ }, {
+ "name": "DELETE"
+ }, {
+ "name": "PUT"
+ }
+ ]
+ }
+ ],
+ "users": [{
+ "username": "testUser"
+ }
+ ]
+ }, {
+ "name": "testBasicAuth",
+ "functions": [{
+ "name": "testBasicAuthFuncyion",
+ "methods": [{
+ "name": "GET"
+ }
+ ]
+ }
+ ],
+ "users": [{
+ "user": "testBasicAuthUser",
+ "pass": "OBF:1ytc1vu91v2p1rxf1mqh1v8s1z0d1msn1san1mqf1z0h1v9u1msl1rvf1v1p1vv11yta"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file