EDS - Secret Service API endpoint to recover the deleted secret key is not implemented in GC R3 M17
While testing the Secret Service API in GC environment, it is found that one perform all the CRUD operation but after deleting the Secret Key one cannot use the recover endpoint to recover the secret key because the method is not implemented. One gets 501 Not implemented message.
curl --location --request POST 'https://preship.gcp.gnrg-osdu.projects.epam.com/api/secret/v1/secrets/recover/Play-Secret-9720794'
--header 'Authorization: Bearer ya29.a0AWY7Ckm...j13QA0169'
--header 'Content-Type: application/json'
--header 'data-partition-id: odesprod'
Response 501 Not Implemented { "error": { "code": 501, "message": "Not implemented" } }