-
Notifications
You must be signed in to change notification settings - Fork 804
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
Aws secrets manager #1126
Aws secrets manager #1126
Conversation
Please resolve conflicts. |
src/HealthChecks.Aws.SecretsManager/HealthChecks.Aws.SecretsManager.csproj
Outdated
Show resolved
Hide resolved
…nager.csproj Co-authored-by: Ivan Maximov <sungam3r@yandex.ru>
Bad conflict merge resolution .Will look over again later. Thanks. |
src/HealthChecks.Aws.SecretsManager/SecretsManagerHealthCheck.cs
Outdated
Show resolved
Hide resolved
src/HealthChecks.Aws.SecretsManager/SecretsManagerHealthCheck.cs
Outdated
Show resolved
Hide resolved
…Async for CheckSecretAsync
test/HealthChecks.Aws.SecretsManager.Tests/DependencyInjection/RegistrationTests.cs
Outdated
Show resolved
Hide resolved
...hChecks.Aws.SecretsManager/DependencyInjection/SecretsManagerHealthCheckBuilderExtensions.cs
Show resolved
Hide resolved
I added some minor fixes here as well as in #1128. |
…ile scope namespace. Simpilified Secrets member.
test/HealthChecks.Aws.SecretsManager.Tests/DependencyInjection/RegistrationTests.cs
Show resolved
Hide resolved
…/RegistrationTests.cs
src/HealthChecks.Aws.SecretsManager/SecretsManagerHealthCheck.cs
Outdated
Show resolved
Hide resolved
@zodraz Add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Thanks to you @sungam3r. I realized I did not update the main Readmemd file. Was that necessary? Or it follows some life cycle acceptance publishing the proper nuget and make available to the public? |
I forgot about that. You may do it in new PR. |
What this PR does / why we need it:
Adds support for Healtchecks on AWS Secrets Manager.
Which issue(s) this PR fixes:
Please reference the issue this PR will close: #1125
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?:
No since it is a brand new HealthCheck project
Please make sure you've completed the relevant tasks for this PR, out of the following list: