Actions7
Overview
This node interacts with the Akeyless API to create a new secret in the Akeyless platform. It supports creating secrets of different types, such as generic or password, and allows configuration of secret accessibility, format, and secure access options. This node is useful for securely storing sensitive information like passwords, API keys, or other confidential data within automated workflows.
Use Case Examples
- Creating a generic secret with a specified name and value for use in subsequent workflow steps.
- Creating a password-type secret by providing a username and password, enabling secure credential management.
- Enabling secure access web browsing or proxy options when creating a secret for enhanced security.
Properties
| Name | Meaning |
|---|---|
| Secret Name | The name or path of the secret to create in Akeyless. |
| Accessibility | Defines the accessibility type of the secret, either regular or personal. |
| Secret Value | The value of the secret to create, used when the secret type is generic. |
| Username | Username for the password type secret. |
| Password | Password for the password type secret. |
| Format | The format of the secret, either text or JSON. |
| Type | The type of secret to create, either generic or password. |
| Secure Access Web Browsing | Enable or disable secure access web browsing for the secret. |
| Secure Access Web Proxy | Enable or disable secure access web proxy for the secret. |
| Additional Fields | Additional optional fields such as request timeout in milliseconds. |
Output
JSON
json- The response data from the Akeyless API after creating the secret, containing details about the created secret.
Dependencies
- Akeyless API with authentication via access ID and access key or token.
Troubleshooting
- Authentication failures due to missing or incorrect access ID and access key or token. Ensure credentials are correctly configured.
- Timeout errors if the request takes longer than the specified timeout. Adjust the timeout value in additional fields if needed.
- Errors related to unknown operations if an unsupported operation is specified. Verify the operation parameter is set to 'createSecret'.
- API errors returned from Akeyless, which may include permission issues or invalid secret parameters. Check the error message for details and correct input values.
Links
- Akeyless Documentation - Official documentation for Akeyless API and secret management.