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.
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 diskdb
- stores file contents in the databaseA 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.
See Bundled Plugins - Jasypt Encryption Plugin
See: