commit | 0cf702c3948487089723d539efc59275b958bf34 | [log] [tgz] |
---|---|---|
author | Nagaraju Goruganti <ngorugan@in.ibm.com> | Tue Apr 17 22:27:08 2018 -0500 |
committer | Nagaraju Goruganti <ngorugan@in.ibm.com> | Thu Jun 21 01:30:03 2018 +0000 |
tree | fffa5141620b773f46b0fd7bd40fbf54795c6d74 | |
parent | bec10c202e2484fd36070ae4be26ddc2bd7267d1 [diff] |
Provide the infrastructure to whitelist given URL from REST server Added a plug-in which runs on each request and checks if the requested URL consists of whitelisted URL, if so, allows the access, otherwise fails with an error message. It gets whitelisted URL info from json file. Resolves openbmc/openbmc#2378 Change-Id: I95e5fd080e03616a1cba2b86d951414669338b08 Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>