You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Protocol definition isn't even well defined in your post reference from the IETF. As the post mentions, URL definition is required for oathkeeper evaluation. Standard headers or cookies don't exist in a socket communication. I would advise to look into https://man7.org/linux/man-pages/man7/unix.7.html SCM_SECURITY instead of trying to use a network authentication service for local only sockets who don't use network based structure.
Preflight checklist
Describe your problem
Currently, it is not possible to use unix sockets for URLs
Describe your ideal solution
One solution could be to use the unix:// scheme, allowing distinction between tcp and unix connections.
Workarounds or alternatives
I have found this related discussion : Addressing HTTP servers over Unix domain sockets.
Here is an example of what could be used :
Version
v0.38.16-beta.1
Additional Context
No response
The text was updated successfully, but these errors were encountered: