-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
Request failed with status code 401 (Authentik) #2941
Comments
Hello, @MDMeridio001, it seems like something went wrong with the guide steps 3 and 4 on your configuration. Can you review them and rerun the configure.sh script? As an alternative, you can disable IdP manager in your management.json file by setting |
@mlsmaycon Thanks for the reply. I'd prefer not to disable the IdP as I have all of my users configured there. I would like to specify that it worked in version 2024.10.2 and I suspect that maybe they have made some changes to some of authentik's API endpoints. I have also checked nginx logs and it seems like error 403 is returned when the management service tries to reach this endpoint: I would also like to mention that since I followed the guide when I first set netbird and authentik up the WebUI for authentik changed significantly, so it might be in need of an update. For example, when I tried to recreate the Netbird service account the token was not created automatically and I had to manually add one. |
@mlsmaycon Just an update. I restored an old backup of authentik (version 2024.8.2) and it immediately started working again. |
The backup is old but are you running the latest authentik version? |
@mlsmaycon No, I'm running version 2024.8.2 |
I ran into simmilar issues. I wasnt able to login to the netbird management dashboard too with the following message: I had to do the following steps to get it working again (as described above):
Netbird version: 0.33.0 |
That worked for me. Thanks. Also, the domain redirects need to be each in their own line. Authentik's documentation displays this correctly. |
Describe the problem
After updating to authentik version 2024.10.4 I am no longer able to access the dashboard as I get an "invalid token" error. Looking at the management logs I can see the following error:
management-1 | 2024-11-23T11:01:07Z WARN [context: SYSTEM] management/server/account.go:1114: failed warming up cache due to error: 403 Forbidden
. I have tried deleting the Netbird service account's token and create a new one and I have also tried completely removing the application and provider and setting them up again from scratch but it didn't fix the error. With version 2024.10.2 everything worked just fine.To Reproduce
Steps to reproduce the behavior:
Are you using NetBird Cloud?
Self-hosted
NetBird version
0.33.0
Screenshots
The text was updated successfully, but these errors were encountered: