Open moltar opened 1 year ago
My request is rather a niche one, so I can see how this may not be desired.
I need an "escape hatch" and run some SQL before the role is created.
https://github.com/berenddeboer/cdk-rds-sql/blob/2ee7dd1e969bb7b0d7291faa0d6b66f49c34498b/src/handler.ts#L86
This is related to the following issue, where in QuickSight the new password encryption is not supported and needs to be downgraded:
https://stackoverflow.com/a/74527856/1566758
Basically, I need to run this, before role creation:
set password_encryption = 'md5';
Happy to see a PR for this with this as an option.
My request is rather a niche one, so I can see how this may not be desired.
I need an "escape hatch" and run some SQL before the role is created.
https://github.com/berenddeboer/cdk-rds-sql/blob/2ee7dd1e969bb7b0d7291faa0d6b66f49c34498b/src/handler.ts#L86
This is related to the following issue, where in QuickSight the new password encryption is not supported and needs to be downgraded:
https://stackoverflow.com/a/74527856/1566758
Basically, I need to run this, before role creation: