dapr / components-contrib

Community driven, reusable components for distributed apps
Apache License 2.0
549 stars 481 forks source link

Removes the dummy check for AWS Parameter Store access validation #3520

Closed elena-kolevska closed 3 months ago

elena-kolevska commented 3 months ago

Description

Removes the writing to a dummy key to check for access, because that might be disallowed for some policies. The change was introduced in 1.13 (https://github.com/dapr/components-contrib/pull/3301). This needs to be patched into 1.13 and 1.14.

Issue reference

This issue was related to AWS Secrets manager, but the same applies for parameter store too.

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list: