Abhishek Singh created RANGER-5607:
--------------------------------------
Summary: Issue in put /plugins/services/{id}
Key: RANGER-5607
URL: https://issues.apache.org/jira/browse/RANGER-5607
Project: Ranger
Issue Type: Bug
Components: admin
Reporter: Abhishek Singh
Assignee: Abhishek Singh
The api put plugins/services/\{id}. has no significance of the id passed
through the query parameter . It uses the id passed through the json payload
but
1>Does not throw error when there is mismatch between the id passed through the
json payload and request url .
2>Does not accept the request if some id is not mentioned in the request url ,
there a random id needs to be passed in the request url .
The above api is implemented in public RangerService updateService in
ServiceREST
--
This message was sent by Atlassian Jira
(v8.20.10#820010)