diff options
author | Polavarapu, Chaitanya (cp8128) <cp8128@att.com> | 2021-02-12 13:32:33 -0500 |
---|---|---|
committer | Polavarapu, Chaitanya (cp8128) <cp8128@att.com> | 2021-02-23 15:54:08 -0500 |
commit | 7f592e87a5ba61a8538d6f399f3778b884a9b3ce (patch) | |
tree | e08612504770b164d28b70a9008cae04d37738a7 /src/test/resources/auth | |
parent | de97feac66e234a0ebea9bf0774aa01136f3c04f (diff) |
Updated pom to remove distribution-management section and corrected aai base image version
Issue-ID: AAI-2996
Change-Id: I28da9ccf5618e180e04e3f29b0440bab5e3ffc3f
Signed-off-by: Polavarapu, Chaitanya (cp8128) <cp8128@att.com>
Diffstat (limited to 'src/test/resources/auth')
-rw-r--r-- | src/test/resources/auth/auth_policy.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/resources/auth/auth_policy.json b/src/test/resources/auth/auth_policy.json index a0496b7..772e63a 100644 --- a/src/test/resources/auth/auth_policy.json +++ b/src/test/resources/auth/auth_policy.json @@ -45,7 +45,8 @@ { "name": "nofuncauth", "functions": [{ - "name": "nofuncutil" + "name": "nofuncutil", + "methods": [{"name": "GET"}] }], "users": [{ "user": "aai", |