-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: aws-secrets-manager-credentials-provider-plugin
Release 0.2.X+ of the plugin has added a new tag requirement in order for the plugin to know which data to pull in from AWS Secrets Manager. Â Existing secrets without this tag will not be pulled in. Â I would classify this as a breaking change and a note should be added to the README.
Â
This can be tested by installing version 0.1.4 and only specify a tag that one can use to Filter the secret against. Â It will come in. Â If you then upgrade to 0.2.0 or higher and create a similar tag without the necessary credentials type tag, then it will appear.
Â
Interestingly enough, this does not impact recognizing if the secret key has been deleted.