Update encryptable-properties docs for AES-256-GCM encryption#1802
Open
Jesus-Osuna-M wants to merge 7 commits intograils7-upgradefrom
Open
Update encryptable-properties docs for AES-256-GCM encryption#1802Jesus-Osuna-M wants to merge 7 commits intograils7-upgradefrom
Jesus-Osuna-M wants to merge 7 commits intograils7-upgradefrom
Conversation
Reflects the migration from Jasypt to AES-256-GCM in Rundeck 6.0: - Remove references to "Jasypt encryption library" - Add upgrade note about automatic backward compatibility - Clarify that algorithm config only affects legacy decryption - Add section on re-encrypting legacy values Co-authored-by: Cursor <[email protected]>
- Add info callout explaining 'Jasypt' is a legacy CLI name kept for compat - Add language tag (text) to interactive prompt code block - Fix Java -D property ordering (must come before -jar) - Add explanation of Encrypter Config name linkage - Add info callout in re-encryption section about legacy provider name Co-authored-by: Cursor <[email protected]>
- bundled-plugins.md: Rewrite plugin section with new/upgrade examples, clarify algorithm/provider only needed for legacy decryption - storage-facility.md: Update section title, examples, remove algorithm options table (no longer configurable) - secrets-overview.md: Update plugin link and example config - full-list.md: Update plugin name and link - storage-converter-plugins.md: Update plugin description - migrate-to-mysql.md: Update link - azure-vault.md: Update converter type reference Co-authored-by: Cursor <[email protected]>
Replace --encryptpwd Jasypt with --encryptpwd Encryptable-properties. The legacy alias has been removed from the server CLI. Co-authored-by: Cursor <[email protected]>
The aes-gcm-encryption plugin uses AES-256-GCM by default with no algorithm configuration needed. Legacy properties (algorithm, provider, encryptorType) are only relevant for decrypting pre-existing data and are already documented in the bundled-plugins Legacy section. Co-authored-by: Cursor <[email protected]>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Made with Cursor