Storage plugins define ways to store and dynamically modify file contents such as store Private Key Files and Project Configuration.

For configuration see Configuring - Storage Plugins.

Storage Backend

A storage backend is a "Storage" plugin, which defines how to list, create, update, delete and retrieve file contents and metadata.

Rundeck bundles two storage plugin types:

  • file - stores file contents on disk
  • db - stores file contents in the database

Storage Converter

A storage converter is a "StorageConverter" plugin, which can modify the contents or metadata of a stored file as it is being created, updated, or read.

Jasypt Encryption Converter Plugin

See Bundled Plugins - Jasypt Encryption Plugin

Develop your own

See: