Skip to content

Commit 3a7b32d

Browse files
Remove legacy algorithm/provider from main config examples
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 <cursoragent@cursor.com>
1 parent 5d9af90 commit 3a7b32d

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

docs/administration/configuration/storage-facility.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ rundeck.storage.provider.1.path=/keys
8989
rundeck.storage.converter.1.type=aes-gcm-encryption
9090
rundeck.storage.converter.1.path=/keys
9191
rundeck.storage.converter.1.config.password=CHANGE_THIS_PASSWORD
92-
rundeck.storage.converter.1.config.algorithm=PBEWITHHMACSHA256ANDAES_256
9392
```
9493

9594
### Common Key Storage Issues
@@ -446,7 +445,6 @@ Prior to Rundeck 6.0, this plugin was called `jasypt-encryption`. The legacy nam
446445
rundeck.storage.converter.1.type=aes-gcm-encryption
447446
rundeck.storage.converter.1.path=keys
448447
rundeck.storage.converter.1.config.password=YOUR_ENCRYPTION_PASSWORD_HERE
449-
rundeck.storage.converter.1.config.encryptorType=custom
450448
```
451449

452450
**Project Storage encryption (optional):**
@@ -456,7 +454,6 @@ rundeck.storage.converter.1.config.encryptorType=custom
456454
rundeck.config.storage.converter.1.type=aes-gcm-encryption
457455
rundeck.config.storage.converter.1.path=projects
458456
rundeck.config.storage.converter.1.config.password=YOUR_ENCRYPTION_PASSWORD_HERE
459-
rundeck.config.storage.converter.1.config.encryptorType=custom
460457
```
461458

462459
#### Encryption Algorithm
@@ -915,7 +912,6 @@ rundeck.projectsStorageType=db
915912
rundeck.storage.converter.1.type=aes-gcm-encryption
916913
rundeck.storage.converter.1.path=/keys
917914
rundeck.storage.converter.1.config.password=${RD_STORAGE_PASSWORD}
918-
rundeck.storage.converter.1.config.algorithm=PBEWITHHMACSHA256ANDAES_256
919915

920916
# Database - same connection
921917
dataSource.url=jdbc:postgresql://shared-db-host:5432/rundeck
@@ -1129,7 +1125,6 @@ rundeck.storage.provider.1.path=/keys
11291125
rundeck.storage.converter.1.type=aes-gcm-encryption
11301126
rundeck.storage.converter.1.path=/keys
11311127
rundeck.storage.converter.1.config.password=${RD_STORAGE_PASSWORD}
1132-
rundeck.storage.converter.1.config.algorithm=PBEWITHHMACSHA256ANDAES_256
11331128

11341129
# Project Storage - database
11351130
rundeck.projectsStorageType=db
@@ -1165,15 +1160,13 @@ rundeck.storage.provider.1.path=/keys
11651160
rundeck.storage.converter.1.type=aes-gcm-encryption
11661161
rundeck.storage.converter.1.path=/keys
11671162
rundeck.storage.converter.1.config.password=${RD_STORAGE_PASSWORD}
1168-
rundeck.storage.converter.1.config.algorithm=PBEWITHHMACSHA256ANDAES_256
11691163

11701164
# Project Storage - shared database with encryption
11711165
rundeck.projectsStorageType=db
11721166

11731167
rundeck.config.storage.converter.1.type=aes-gcm-encryption
11741168
rundeck.config.storage.converter.1.path=/
11751169
rundeck.config.storage.converter.1.config.password=${RD_PROJECT_STORAGE_PASSWORD}
1176-
rundeck.config.storage.converter.1.config.algorithm=PBEWITHHMACSHA256ANDAES_256
11771170

11781171
# Shared Database
11791172
dataSource.url=jdbc:postgresql://shared-db-cluster:5432/rundeck

docs/learning/getting-started/secrets-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ rundeck.storage.provider.1.path=keys
2020
rundeck.storage.converter.1.type=aes-gcm-encryption
2121
rundeck.storage.converter.1.path=keys
2222
rundeck.storage.converter.1.config.password=encryption_password
23-
rundeck.storage.converter.1.config.algorithm=PBEWITHSHA256AND128BITAES-CBC-BC
24-
rundeck.storage.converter.1.config.provider=BC
2523
```
2624

2725
### [Hashicorp Vault Integration](/learning/howto/vault-integration.md#how-to-integrate-hashicorp-vault)

0 commit comments

Comments
 (0)