Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

Actuator endpoints provide real-time insights and management capabilities. These endpoints expose information about your application's health, metrics, and various operational aspects. This documentation will guide you on how to add a user and how to call these endpoints.

How to add a user

Only users with role ROLE_actuator can access endpoints. To add a user, follow these steps:

...

Code Block
languageyml
titleexample blueriq-dcm-maintenance-app.yml
blueriq:
  dcm:
    maintenance:
      app:
        users:
          file: ${spring.config.additional-location}maintenance-users.properties

How to call endpoints

Info

Currently, only the /health endpoint is enabled.

...