Open thedatabaseme opened 4 years ago
Same for "automaticManagementEnabled". Currently, it's impossible to change the value with the help of this module.
It has to be:
"payload": [ { "op": "replace", "path": "/secretManagement/automaticManagementEnabled", "value": true } ]
instead of
"payload": [ { "op": "replace", "path": "/secretManagement", "value": { "automaticManagementEnabled": true } } ]
This is an issue since 2020 and no changes since then where the fix would be easy
@cyberark-bizdev @infamousjoeg are you able to take a look at this?
I had the same problem, looks like that is because the CPM disabled the "Allow automatic password management" option due max retries. Before the CPM disable this option I could update the account.
Hello,
I'm trying to getting an update of an existing User Account our Cyberark Vault to work. The Creation of the Account works fine. But when I try to update the Secret manually, I receive the following Error.
The Payload looks like this:
It seems to me, that the URL + Endpoint is concatinated wrongly by the account module. Following the API Documentation, the path should be /secretManagement/manualManagementReason and the Value alone should be "Test".
Here's my Playbook Code (The Authentication is excluded):