[GH-ISSUE #517] [Question] Disable authentication for all/some projects #378

Closed
opened 2026-02-25 23:42:14 +03:00 by kerem · 5 comments
Owner

Originally created by @kvsankar on GitHub (May 19, 2021).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/517

This is a question. I was wondering if there is a way to disable user authentication altogether or for some projects just for read only access to the project checks page. If there is no configurable way, it would be great if any pointers can be provided to modify the code. Thanks much!

Originally created by @kvsankar on GitHub (May 19, 2021). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/517 This is a question. I was wondering if there is a way to disable user authentication altogether or for some projects just for read only access to the project checks page. If there is no configurable way, it would be great if any pointers can be provided to modify the code. Thanks much!
kerem closed this issue 2026-02-25 23:42:14 +03:00
Author
Owner

@jungle-boogie commented on GitHub (May 19, 2021):

Have you reviewed the API?
https://healthchecks.io/docs/api/

There is a read-only key

<!-- gh-comment-id:844445538 --> @jungle-boogie commented on GitHub (May 19, 2021): Have you reviewed the API? https://healthchecks.io/docs/api/ There is a read-only key
Author
Owner

@kvsankar commented on GitHub (May 20, 2021):

Thanks @jungle-boogie . The read-only key would help in programmatic access. However, I am looking for a way to provide read-only UI access.

<!-- gh-comment-id:844649179 --> @kvsankar commented on GitHub (May 20, 2021): Thanks @jungle-boogie . The read-only key would help in programmatic access. However, I am looking for a way to provide read-only UI access.
Author
Owner

@jungle-boogie commented on GitHub (May 20, 2021):

With the api and the referenced read only key, you could make your own web
ui to your heart’s desire.

On Wed, May 19, 2021 at 8:06 PM Sankaranarayanan Viswanathan <
@.***> wrote:

Thanks @jungle-boogie https://github.com/jungle-boogie . The read-only
key would help in programmatic access. However, I am looking for a way to
provide read-only UI access.


You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub
https://github.com/healthchecks/healthchecks/issues/517#issuecomment-844649179,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAIPNP4IUEQTAFHFVOKOZ3TTOR4ERANCNFSM45FKZ76A
.

<!-- gh-comment-id:844650275 --> @jungle-boogie commented on GitHub (May 20, 2021): With the api and the referenced read only key, you could make your own web ui to your heart’s desire. On Wed, May 19, 2021 at 8:06 PM Sankaranarayanan Viswanathan < ***@***.***> wrote: > Thanks @jungle-boogie <https://github.com/jungle-boogie> . The read-only > key would help in programmatic access. However, I am looking for a way to > provide read-only UI access. > > — > You are receiving this because you were mentioned. > > > Reply to this email directly, view it on GitHub > <https://github.com/healthchecks/healthchecks/issues/517#issuecomment-844649179>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAIPNP4IUEQTAFHFVOKOZ3TTOR4ERANCNFSM45FKZ76A> > . >
Author
Owner

@cuu508 commented on GitHub (May 21, 2021):

Here's an example implementation of a public dashboard that uses read-only API keys: https://github.com/healthchecks/dashboard/

In fact, you can get a link to the same public dashboard, with your read-only key filled in, in Project Settings – API Access

image

<!-- gh-comment-id:845720293 --> @cuu508 commented on GitHub (May 21, 2021): Here's an example implementation of a public dashboard that uses read-only API keys: https://github.com/healthchecks/dashboard/ In fact, you can get a link to the same public dashboard, with your read-only key filled in, in Project Settings – API Access ![image](https://user-images.githubusercontent.com/661859/119097628-a3366100-ba1d-11eb-9f2a-53172107c462.png)
Author
Owner

@kvsankar commented on GitHub (May 21, 2021):

Thank you, @cuu508 ! That's exactly what I was looking for - a quick way to a read-only dashboard. You may please close the issue.

<!-- gh-comment-id:846152092 --> @kvsankar commented on GitHub (May 21, 2021): Thank you, @cuu508 ! That's exactly what I was looking for - a quick way to a read-only dashboard. You may please close the issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#378
No description provided.