Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

KeyVault ProperSources in Spring Actuator  #908

@anumalasri

Description

@anumalasri

Environment

  • Spring boot starter:

    • key vault spring boot starter
  • OS Type: Windows/Linux/MacOS

  • Java version: 1.8

Summary

By upgrading azure-spring-boot-bom:2.3.1, We are unable to find Azure KeyVault data in Spring Actuator URL `/actuator/env'

Reproduce steps

Update Bom version 'com.microsoft.azure:azure-spring-boot-bom:2.3.1'
Also enable Spring Actuator

Access Spring actuator env url /actuator/env

Expected Results

We should be able to view Property sources populated from Azure Key Vault.

propertySources: [
  {
     name: "azurekv",
     properties: {}
  }
]

Actual Results

Azure Key vault property sources are not available in Spring Actuator.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions