-
-
Notifications
You must be signed in to change notification settings - Fork 892
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
404 error for kubernetes depoyment #3243
Comments
I'm getting something similar on a docker-compose deployment. Just tried to set it up earlier today and I'm getting docker logs -f authentik
I've tried both The relevant part of my docker-compose.yml
My .env file
My docker-compose.yml is loosely based off of this. When using 2022.6.3 the issue isn't present so it seems like this is related to #3224. |
@gopaljayanthi for a temporary solution, I guess you could roll back to an earlier version while the devs work on the issue |
the |
@Venem are you using the |
I don't think so. The .env and docker-compose.yml files I posted are pretty much the same as the ones I'm using on the server apart from the passwords/emails that are redacted |
if you're getting the above permission error after an upgrade instead of a fresh install (at least that's what I'm understanding), please open a new issue as that should not happen at all |
I'm on a fresh install. Sorry, I should've made it clearer. |
while I am on unraid and running into other issues, I recently did a fresh install to try and solve those issues and this creeped up. |
@BeryJu {"event": "Failed to load GeoIP database", "exc": "FileNotFoundError(2, 'No such file or directory')", "level": "warning", "logger": "authentik.events.geo", "pid": 2286, "timestamp": "2022-07-13T04:51:50.930932"} is what I am seeing when i run kubectl exec -it deployment/authentik-worker -c authentik -- ak bootstrap_tasks @Venem which version is a wstable working one the images i am using now are image: docker.io/bitnami/postgresql:11.14.0-debian-10-r28 |
@gopaljayanthi 2022.6.3 seems to be the latest authentik version that works. If you're still running into issues on that version then try downgrading more or (if you haven't already) delete any files that the broken installation created. |
Thanks @Venem now i am bale to get to the login screnn with 2022.6.2 but after putting in email and password twice , I am seeing this error Request has been denied. Unknown error |
Reverted back 2022.7.2 and changed ingress class to nginx, added tls part with same hostname and a secret, added certmanager issuer, now the ui is comingup. |
I would reopen since this bug does still need to be fixed. Reverting to an older version is only a temporary fix and this needs to be sorted |
i did reverted older version but the problem persisted. I changed back to latest version, then fixed the ingress and the problem went away. |
Sorry to bump this issue, but I did the same thing and stumble on this issue. Straight from a new cluster, as per the doc :
I'm using Traefik to route auth.mydomain.com to the authentik-server (service). Thanks in advance for any help. |
Same problem (same logs) after migration (2023.10 -> 2024.2). Revert doesn't work. |
Describe the bug
/if/flow/initial-setup/ endpoint in the browser gives a 404 not found error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Page should load letting me setup ak-admin password
Screenshots
404 not found
Logs
{"event": "/api/v3/outposts/instances/", "host": "localhost:8000", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 24, "remote": "127.0.0.1", "request_id": "454efe5b57f34713bf837681449b91a6", "runtime": 35, "scheme": "http", "status": 403, "timestamp": "2022-07-11T10:39:00.436171", "user": "", "user_agent": "goauthentik.io/outpost/2022.7.2"}
{"event": "Forbidden: /api/v3/outposts/instances/", "level": "warning", "logger": "django.request", "timestamp": 1657535940.437195}
{"error":"403 Forbidden","event":"Failed to fetch outpost configuration, retrying in 3 seconds","level":"error","logger":"authentik.outpost.ak-api-controller","timestamp":"2022-07-11T10:39:00Z"}
Version and Deployment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: