rundeck_create_key
Store a password, public key, or private key in Rundeck key storage to manage credentials for jobs and automation.
Instructions
Store a new key (password, public key, or private key) in the key storage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Storage path for the key (e.g., 'keys/myapp/db-password') | |
| type | Yes | Type of key to store | |
| value | Yes | The key/password value to store |