Skip to content

Commit

Permalink
update rotation application version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric MILLET committed Jan 3, 2024
1 parent 867b88c commit 79d9351
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ export class SecretRotationApplication {
/**
* Conducts an AWS SecretsManager secret rotation for RDS DB2 using the single user rotation scheme
*/
public static readonly DB2_ROTATION_SINGLE_USER = new SecretRotationApplication('SecretsManagerRDSDb2RotationSingleUser', '1.1.367');
public static readonly DB2_ROTATION_SINGLE_USER = new SecretRotationApplication('SecretsManagerRDSDb2RotationSingleUser', '1.1.15');

/**
* Conducts an AWS SecretsManager secret rotation for RDS DB2 using the multi user rotation scheme
*/
public static readonly DB2_ROTATION_MULTI_USER = new SecretRotationApplication('SecretsManagerRDSDb2RotationMultiUser', '1.1.367', {
public static readonly DB2_ROTATION_MULTI_USER = new SecretRotationApplication('SecretsManagerRDSDb2RotationMultiUser', '1.1.17', {
isMultiUser: true,
});

Expand Down

0 comments on commit 79d9351

Please sign in to comment.