You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running awslocal delete-secret with the --force-delete-without recovery flag doesn't seem to work on secrets that have already been scheduled for deletion. It gives the error:
400 Bad Request: {"__type": "InvalidRequestException", "message": "An error occurred (InvalidRequestException) when calling the DeleteSecret operation: You tried to perform the operation on a secret that's currently marked deleted."}
I am on Windows 11 and my awslocal version is aws-cli/2.2.47 Python/3.8.8 Windows/10 exe/ prompt/off
Is there a way to instantly purge a secret that has previously been scheduled for deletion?
The text was updated successfully, but these errors were encountered:
Running
awslocal delete-secret
with the--force-delete-without recovery
flag doesn't seem to work on secrets that have already been scheduled for deletion. It gives the error:400 Bad Request: {"__type": "InvalidRequestException", "message": "An error occurred (InvalidRequestException) when calling the DeleteSecret operation: You tried to perform the operation on a secret that's currently marked deleted."}
I am on Windows 11 and my awslocal version is
aws-cli/2.2.47 Python/3.8.8 Windows/10 exe/ prompt/off
Is there a way to instantly purge a secret that has previously been scheduled for deletion?
The text was updated successfully, but these errors were encountered: