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
Is your feature request related to a problem? Please describe.
I'm trying to connect to the system DBus within a Docker container that is utilizing a user namespace. This fails, as the os.uid() call here returns the remapped UID (which is entirely expected).
Describe the solution you'd like
For my use case, I would like to pass a hardcoded UID to AuthExternal, perhaps via the constructor or an env variable. If this sounds like a reasonable change, I can submit a PR.
Is your feature request related to a problem? Please describe.
I'm trying to connect to the system DBus within a Docker container that is utilizing a user namespace. This fails, as the
os.uid()
call here returns the remapped UID (which is entirely expected).Describe the solution you'd like
For my use case, I would like to pass a hardcoded UID to
AuthExternal
, perhaps via the constructor or an env variable. If this sounds like a reasonable change, I can submit a PR.Additional context
I arrived here via the following path:
Let me know if this feature request would be better suited for one of those repos.
The text was updated successfully, but these errors were encountered: