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

Address health indicator API review comments #27706

Conversation

moarychan
Copy link
Member

@moarychan moarychan commented Mar 16, 2022

Address health indicator API review comments.

Changelog:

  • Separate the health indicator enabled switch for storage-blob, storage-fileshare, storage-queue.
  • Separate the health indicator enabled switch for keyvault-secert, keyvault-certificate.
  • Add key vault certificate health indicator.

@ghost ghost added azure-spring All azure-spring related issues customer-reported Issues that are reported by GitHub users external to the Azure organization. labels Mar 16, 2022
@ghost
Copy link

ghost commented Mar 16, 2022

Thank you for your contribution moarychan! We will review the pull request and get back to you soon.

@@ -31,7 +31,7 @@ public KeyVaultSecretHealthIndicator(SecretAsyncClient secretAsyncClient) {
@Override
protected void doHealthCheck(Health.Builder builder) {
try {
this.secretAsyncClient.getSecretWithResponse("azure-spring-none-existing-secret", "")
this.secretAsyncClient.getSecretWithResponse("spring-cloud-azure-none-existing-secret", "")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please help change to spring-cloud-azure-not-existing-xx

Copy link
Member

@saragluna saragluna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@saragluna saragluna merged commit 1903e24 into Azure:feature/azure-spring-cloud-4.0 Mar 16, 2022
@moarychan moarychan deleted the moary/address-health-indicator-apiview branch March 29, 2022 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure-spring All azure-spring related issues customer-reported Issues that are reported by GitHub users external to the Azure organization.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants