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
{{ message }}
This repository has been archived by the owner on May 11, 2023. It is now read-only.
Is there a way to make Auth/External requests without putting the uid (or with an empty parameter, not very clear for me what is really needed for this to work) ?
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered:
Thanks for filing this. I would not have any objections to adding this.
Is there a way to make Auth/External requests without putting the uid (or with an empty parameter, not very clear for me what is really needed for this to work) ?
I'm very confident this is going to fairly trivial. Mostly it should be about add a nice API to set the last parameter to Nonehere.
Hello,
We tried putting None for the last parameter (without the nice API ;)), but this triggers another issue : “Error: ZBus(Handshake("Missing DATA data"))”.
It seems that in this case there is a supplemental "DATA" empty answer from server that has to be replied (as explained here : systemd/systemd@1ed4723).
In GitLab by @lmazeyra on Nov 21, 2022, 16:11
Similarly to https://gitlab.freedesktop.org/dbus/dbus-python/-/issues/46, https://gitlab.freedesktop.org/dbus/dbus/-/issues/195 or systemd/systemd#11785, it seems that zbus always sends user id when connecting to server, which prevent its use from a namespaced context.
Is there a way to make Auth/External requests without putting the uid (or with an empty parameter, not very clear for me what is really needed for this to work) ?
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: