Akeyless icon

Akeyless

Interact with Akeyless API - Get static, rotated, or dynamic secrets

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 one or more items by specifying their path or name. This is useful for managing and cleaning up secrets or other stored items in Akeyless. Practical examples include automating the removal of outdated or compromised secrets.

Use Case Examples

  1. Deleting a secret by specifying its path to ensure it is no longer accessible.
  2. Automating cleanup of multiple secrets or items in a folder by specifying their paths.

Properties

Name Meaning
Path The path or name of the item(s) to delete. This is a required field for the delete operation.
Additional Fields Optional additional settings for the request, such as timeout in milliseconds.

Output

JSON

  • json - The response data from the Akeyless API after attempting to delete the specified item(s). This typically includes success or error information.

Dependencies

  • Akeyless API
  • An API key credential for authentication

Troubleshooting

  • Common issues include authentication failures if the API key or token is invalid or missing.
  • Timeout errors if the request takes longer than the specified timeout period.
  • Errors if the specified path does not exist or the user lacks permission to delete the item.
  • The node throws errors with messages from the Akeyless API, which can help diagnose issues such as invalid parameters or network problems.

Links

Discussion