Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to connect without auth in uptime-kuma ? #13

Open
m4dm4rtig4n opened this issue Feb 20, 2023 · 3 comments
Open

How to connect without auth in uptime-kuma ? #13

m4dm4rtig4n opened this issue Feb 20, 2023 · 3 comments

Comments

@m4dm4rtig4n
Copy link

m4dm4rtig4n commented Feb 20, 2023

Hello,

I use SSO at home and i have disable Uptime Kuma auth.
How to use this RestAPI without auth ?

I try with this config:

  KUMA_SERVER: "uptime-kuma.uptime-kuma"
  KUMA_USERNAME: ""
  KUMA_PASSWORD: ""
  ADMIN_PASSWORD: ""

but i have :

{
  "detail": "Not authenticated"
}

Thx :)

@MedAziz11
Copy link
Owner

oww this isnt supported yet

@nstankov-bg
Copy link
Contributor

nstankov-bg commented Apr 20, 2023

Try populating the ADMIN_PASSWORD. That's a required value, for sure.

I don't see why the KUMA_USERNAME and KUMA_PASSWORD can't be empty.

Docs

@alencarsouza
Copy link

@m4dm4rtig4n I found myself having the same issue. My workaround was to adding the initial uptime kuma username and password values to KUMA_USERNAME and KUMA_PASSWORD environment variables even if auth is disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants