Skip to content

Disabling keyVault health indicator

Abhishek Patil requested to merge abpatil/disable_keyvault_health_indicator into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

/actuator/health endpoint returns 503 due to failure in azure-key-vault health indicator

What is the new/expected behavior?

azure-key-vault health indicator is disabled which makes /actuator/health endpoint green

Have you added/updated Unit Tests and Integration Tests?

NA

Any other useful information

Merge request reports