This repository was archived by the owner on Jan 19, 2022. It is now read-only.
Support dumping the SSM Parameter Store parameter paths+names on init #509
Labels
component: parameter-store
Parameter Store integration related issue
status: waiting-for-triage
An issue we've not yet triaged
As a measure to easier understand and debug startup issues that are caused by missing or wrong settings in AWS SSM Parameter Store parameters, it would be super useful if there was a way to ask Spring Cloud to dump the names and paths of the parameters it is getting.
So if every call to
org.springframework.cloud.aws.paramstore.AwsParamStorePropertySource#getProperty
was sent to (debug/info) log it would provide useful information that could shorten debugging time a lot.The text was updated successfully, but these errors were encountered: