mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #517] [Question] Disable authentication for all/some projects #378
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#378
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!
@jungle-boogie commented on GitHub (May 19, 2021):
Have you reviewed the API?
https://healthchecks.io/docs/api/
There is a read-only key
@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.
@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:
@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
@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.