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
It is happened due to removal of domain login and the polici
At present in spicedb we have userid prefixed with domain
Example : 0c883527-8316-4711-b7e9-ded734bf96ed_84319f2a-046a-44d7-b24c-06b15d38ac74
Here 0c883527-8316-4711-b7e9-ded734bf96ed is domain ID,
we should store without domain id prefix.
What were you trying to achieve?
Trying to perform some actions as super admin
What are the expected results?
Perform action without authorization error
What are the received results?
I could not preform the actions , Not Authorized
Steps To Reproduce
No response
In what environment did you encounter the issue?
Docker
Additional information you deem important
It is happened due to removal of domain login and the polici
At present in spicedb we have userid prefixed with domain
Example :
0c883527-8316-4711-b7e9-ded734bf96ed_84319f2a-046a-44d7-b24c-06b15d38ac74
Here
0c883527-8316-4711-b7e9-ded734bf96ed
is domain ID,we should store without domain id prefix.
We should remove the
EncodeDomainUserID
atsupermq/internal/api/auth.go
Line 46 in e8e17f5
And then remove DomainUserID from authn.Session
at
supermq/pkg/authn/authn.go
Line 33 in e8e17f5
Then we need to perform all authorization with
UserID
This creates another problem of listing domain specific entities directly from spicedb
The text was updated successfully, but these errors were encountered: