Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix single-key parameter loading #13

Merged
merged 2 commits into from
Jun 28, 2023
Merged

Conversation

jperras
Copy link
Contributor

@jperras jperras commented Jun 28, 2023

The ability to load a single key via the AWS SSM loader was incorrectly implemented. This PR addresses that issue.

Additionally, unit-ish tests have been added for testing the loader, which supplement the pre-existing Dynaconf integration tests.

Finally, the logger messages were tweaked again to help straddle the line of too much information vs. not enough.

jperras added 2 commits June 28, 2023 15:58
The whole `key` was missing previously, which means that the
single-parameter loading capabilities of this loader were... non-existent.
- Also update logging messages to be more useful/clear, and avoid
dumping out a stack trace.
@jperras jperras self-assigned this Jun 28, 2023
@jperras jperras changed the title Summary Fix single-key parameter loading Jun 28, 2023
@jperras jperras merged commit f6adba8 into main Jun 28, 2023
@jperras jperras deleted the fix-single-parameter-loading branch June 28, 2023 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant