This repository was archived by the owner on Jan 19, 2022. It is now read-only.
Add trace or debug level logging of property names to Parameter Store #527
Labels
component: parameter-store
Parameter Store integration related issue
status: waiting-for-triage
An issue we've not yet triaged
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
Troubleshooting integrations between applications that use Spring Cloud and AWS Parameter Store can be difficult.
Describe the solution you'd like
Adding trace logging that prints the names of properties registered from AWS Parameter Store can help developers troubleshoot integration problems.
Describe alternatives you've considered
I've considered contributing logging to the upstream aws-sdk-java project, but it appears the associated classes are generated and therefore are not suitable for adding custom logging.
Additional context
We probably shouldn't log the value of the property because some could be secrets.
This is related to #509. Both focus on the class
org.springframework.cloud.aws.paramstore.AwsParamStorePropertySource
. This issue focuses on when the properties are registered (thegetParameters
method) and the other issue focuses on when they are read (thegetProperty
method).The text was updated successfully, but these errors were encountered: