binxio / cfn-mysql-user-provider

A CloudFormation custom provider for managing MySQL users
Apache License 2.0
22 stars 19 forks source link

bugfix secrets #15

Open FrederiqueRetsema opened 2 years ago

FrederiqueRetsema commented 2 years ago

Currently, the code doesn't work well with secrets. The company who hires me changed this and they would like to import your provider in the future automatically again. Can you please change your original python code to this code?

Thx in advance,

Frederique Retsema

mvanholsteijn commented 2 years ago

Hi @FrederiqueRetsema,

i am happy to merge it but need backwards compatibility. Can you add a property PasswordJsonPath or something like that so that we know that we need to extract the value from a json value?