Vishal Bhavsar created RANGER-5154: -------------------------------------- Summary: Functionality to delete records from x_auth_sess table via api is not working Key: RANGER-5154 URL: https://issues.apache.org/jira/browse/RANGER-5154 Project: Ranger Issue Type: Bug Components: Ranger Affects Versions: 3.0.0 Reporter: Vishal Bhavsar Assignee: Rakesh Gupta
Functionality to delete records from x_auth_sess table via api is not working. Upon hitting below curl command we get error {code} curl -u admin:Admin123 -H "Accept: application/json" -H "Content-Type: application/json" -X DELETE 'http://localhost:6080/service/public/v2/api/server/purge/records?type=login_records&retentionDays=5'{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)