Last active
April 6, 2016 17:45
-
-
Save isuftin/debf46f08f216e62b3a5bc691865108e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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