We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yes, I'm unable to run fides when binding to a Unix Domain Socket (UDS) rather than a TCP socket.
SlowAPI 0.1.8 introduced a fix in laurentS/slowapi@9938792 that handles the case where request.client is None as with a UDS.
request.client
None
Upgrade to slowapi==0.1.8
slowapi==0.1.8
N/A - My deployment infrastructure requires binding to UDS.
N/A
The text was updated successfully, but these errors were encountered:
ThomasLaPiana
Successfully merging a pull request may close this issue.
Is your feature request related to a specific problem?
Yes, I'm unable to run fides when binding to a Unix Domain Socket (UDS) rather than a TCP socket.
SlowAPI 0.1.8 introduced a fix in laurentS/slowapi@9938792 that handles the case where
request.client
isNone
as with a UDS.Describe the solution you'd like
Upgrade to
slowapi==0.1.8
Describe alternatives you've considered, if any
N/A - My deployment infrastructure requires binding to UDS.
Additional context
N/A
The text was updated successfully, but these errors were encountered: