question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Expose full health details to unauthorized user without disabling management security

See original GitHub issue

Currently, the health endpoint of an app reports only { "status": "UP" } when all is ok or { "status": "DOWN" } when one or more things aren’t ok. Per the docs, there seems to be no way to expose the full health information to unauthenticated users without fully disabling security of management endpoints. It will be great if the full details of a the health endpoint can be exposed to an unauthenticated user without having to leave the whole management endpoints open.

endpoints.health.sensitive=false
management.security.enabled=false

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
berinlecommented, May 25, 2017

@mbhave thanks! works great after i upgraded to 1.5.3.

0reactions
mbhavecommented, May 25, 2017

Closing as duplicate of #5750.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Value and Importance of Health Information Privacy - NCBI
Unauthorized or inadvertent disclosures of data gained as part of an intimate relationship are breaches of confidentiality (Gostin and Hodge, 2002; NBAC, 2001)....
Read more >
Healthcare Cybersecurity: Tips for Securing Private Health Data
9. Back up Data to a Secure, Offsite Location. Cyberattacks can expose sensitive patient information but they can also compromise data integrity ...
Read more >
Protecting Personal Information: A Guide for Business
Most companies keep sensitive personal information in their files—names, Social Security numbers, credit card, or other account data—that identifies ...
Read more >
Security and privacy of electronic health records: Concerns ...
Physicians are normally very concerned that an unauthorized person could access the information of patients that are stored in the electronic medical records ......
Read more >
Chapter 6 -- Information Security, from Safeguarding Your ...
Yes and no. Information backups and their storage are surely safer when the building is secure, software is used properly, and unauthorized users...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found