Greetings,
I’m having a weird issue with ACL when reading a $by-category projection, (in my case it’s called $ce-user). I created a user toto
and wrote
$ce-user stream metadata so toto user can read it.
I got the following stream metadata from the UI
{
"$cacheControl": null,
"$acl": {
"$d": [],
"$w": [],
"$mr": [],
"$r": [
"toto"
],
"$mw": []
},
"$tb": null,
"$maxCount": null,
"$maxAge": null
}
``
When I try to read $ce-user stream, I always have Access denied error.
All system projections are enabled and running.
server version: 4.1.1.0
I’m using the TCP interface through my Haskell client.
Does someone know what is going on?
Thanks for your help.
Regards,