-
Notifications
You must be signed in to change notification settings - Fork 30
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
Cannot start agent, socket path location is not trustworthy #603
Comments
This is not expected. We have implemented some logic to evaluate if the socket path location is trustworthy. Normally, this is (of course) should be the case. Can you try to start the agent with |
Thank you for fast response. Running the provided command yields the same results: $ eval $(oidc-agent -a /tmp/oidc-agent-service-1000/oidc-agent.sock)
Error: socket path location is not trustworthy If it will be of any help my |
The permissions on |
I have updated the comment with them ( |
It's expected that the socket is not created. The agent first checks the path, and aborts if it is not trustworthy. However, I currently don't know why it thinks so, since I have the same permissions. |
What I find weird is that it was working fine up until now and I didn't change anything in my system config recently. |
I've got the debugger working. Trying to figure out what exactly is happening, for now I've noticed that this line
|
Okay, so it seems to fail because the
|
(at least I think it's the |
FYI after adding If I run it without the If you'd like me to I can prepare a PR with this change, although I do not know if this is the preferred solution. |
Hi. Recently my oidc-agent has stopped working, when running
oidc-agent-service use
orstart
i get:I am on Fedora 40, my installed oidc-agent is
oidc-agent-cli-5.2.1-1.fc40.x86_64
.I have tried reinstalling it but it did not help.
Running the agent with sudo starts it but I was under the impression that it should not be required (or am I wrong?)
The text was updated successfully, but these errors were encountered: