Actions7
Overview
This node interacts with the Akeyless API to manage secrets, including retrieving static, rotated, or dynamic secret values, creating secrets, and managing folders and items within Akeyless. It is useful for securely accessing and managing secrets in automated workflows, such as fetching dynamic credentials for temporary use or creating new secrets programmatically.
Use Case Examples
- Retrieve a dynamic secret value with a specified timeout for temporary access.
- Create a new secret in Akeyless with specific accessibility and format settings.
- Delete items or folders in Akeyless as part of a cleanup process.
Properties
| Name | Meaning |
|---|---|
| Secret Name | The name or path of the secret in Akeyless to retrieve or manage. |
| Timeout | Timeout in seconds for dynamic secret generation, specifying how long to wait for the secret to be generated. |
| Additional Fields | Additional optional fields such as request timeout in milliseconds for API calls. |
Output
JSON
json- The response data from the Akeyless API call, containing secret values or operation results.
Dependencies
- Akeyless API service
- An API key credential for authentication
Troubleshooting
- Authentication errors due to missing or invalid access ID, access key, or token. Ensure credentials are correctly configured.
- Timeout errors if the request takes longer than the specified timeout. Adjust the timeout settings accordingly.
- Errors related to unknown operations if an unsupported operation is specified. Verify the operation parameter is correct.
Links
- Akeyless Documentation - Official documentation for Akeyless API and secret management.