Skip to content

Instantly share code, notes, and snippets.

@isuftin
Last active April 6, 2016 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isuftin/debf46f08f216e62b3a5bc691865108e to your computer and use it in GitHub Desktop.
Save isuftin/debf46f08f216e62b3a5bc691865108e to your computer and use it in GitHub Desktop.
Problem: ERROR StorageController: Error creating resource keys/sdfsdfs/fsdfsdfsd: Converter Plugin jasypt-encryption threw exception during CREATE: org/rundeck/plugin/encryption/JasyptEncryptionConverterPlugin$EncryptStream
Config:
rundeck.config.storage.converter.1.config.encryptorType=basic
rundeck.config.storage.converter.1.config.password=<pass>
rundeck.config.storage.converter.1.path=projects
rundeck.config.storage.converter.1.type=jasypt-encryption
rundeck.projectsStorageType=db
rundeck.storage.converter.1.config.encryptorType=basic
rundeck.storage.converter.1.config.password=<pass>
rundeck.storage.converter.1.path=keys
rundeck.storage.converter.1.type=jasypt-encryption
rundeck.storage.provider.1.path=keys
rundeck.storage.provider.1.type=db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment