diff options
author | ramverma <ram.krishna.verma@est.tech> | 2019-02-07 21:52:23 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@est.tech> | 2019-02-07 21:52:23 +0000 |
commit | 74ead72904c6c9240dbfcf6d86433e32510416f6 (patch) | |
tree | 5aa421d52d598a476b6f36a0c050f38ba75f1fd4 /main/src/test/resources | |
parent | 370c227614be2b63c9383d4eb5a6c064d3d49835 (diff) |
Adding statistics endpoint to policy/pap
1) Adding statistics endpoint to policy pap component.
2) Introducing lombok libraray.
3) Adding configurable support for aaf authentication.
4) Adding configurable support for https communication.
5) Adding related test cases.
Change-Id: Ib3131810c42fbd23878b97302da8d54f095da373
Issue-ID: POLICY-1482
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'main/src/test/resources')
-rw-r--r-- | main/src/test/resources/parameters/PapConfigParameters_Https.json | 10 | ||||
-rw-r--r-- | main/src/test/resources/ssl/policy-keystore | bin | 0 -> 4311 bytes |
2 files changed, 10 insertions, 0 deletions
diff --git a/main/src/test/resources/parameters/PapConfigParameters_Https.json b/main/src/test/resources/parameters/PapConfigParameters_Https.json new file mode 100644 index 00000000..08d4f4a5 --- /dev/null +++ b/main/src/test/resources/parameters/PapConfigParameters_Https.json @@ -0,0 +1,10 @@ +{ + "name":"PapGroup", + "restServerParameters":{ + "host":"0.0.0.0", + "port":6969, + "userName":"healthcheck", + "password":"zb!XztG34", + "https":true + } +} diff --git a/main/src/test/resources/ssl/policy-keystore b/main/src/test/resources/ssl/policy-keystore Binary files differnew file mode 100644 index 00000000..7d2b1ecc --- /dev/null +++ b/main/src/test/resources/ssl/policy-keystore |