Actions7
Overview
This node interacts with the Akeyless API to perform various secret management operations, including deleting items. Specifically, the 'Delete Items' operation allows users to delete specified items (secrets or other entities) from Akeyless by providing the path or name of the item(s) to delete. This node is useful in scenarios where automated secret lifecycle management is needed, such as cleaning up outdated or unused secrets in a secure vault.
Use Case Examples
- Deleting a secret by specifying its path to ensure it is no longer accessible.
- Automating cleanup of multiple secrets or items in Akeyless as part of a security policy enforcement workflow.
Properties
| Name | Meaning |
|---|---|
| Path | The path or name of the item(s) to delete in Akeyless. This is a required field for the delete operation. |
| Timeout | Optional request timeout in milliseconds for the API call to delete items. |
Output
JSON
json- The JSON response from the Akeyless API after attempting to delete the specified item(s). This typically includes status or confirmation details.
Dependencies
- Requires Akeyless API credentials (access ID and access key or token) for authentication.
Troubleshooting
- Common issues include authentication failures if credentials are missing or incorrect, resulting in errors about token acquisition.
- Timeout errors may occur if the request takes longer than the specified timeout; increasing the timeout value can help.
- Errors indicating unknown operations suggest misconfiguration of the operation parameter; ensure 'Delete Items' is selected for this functionality.
Links
- Akeyless Documentation - Official documentation for Akeyless API and secret management operations.