Sergei Kuzmin
Sergei Kuzmin
+1 to this one. I'm subscribed to this issue since 2019 but see no improvements here. There are multiple issues related to this one. ### OIDC claims used as external...
I want to keep Google Auth as a source of truth for groups and entries. I already explicitly created a user [email protected] and added them to a group [email protected]. I...
> > I want to use Vault for secrets and not as a source-of-truth IdP. For that, I want to set up rules for creating "Entities" as a cache of...
This is what I said. Just separate the entity (user) and group assignment. Entity CAN be created in this case automatically (with no permissions). Groups can be assigned later in...
Do you want to talk about how it is done right now or how it can be done? Assume we are assigning all authorized users the `authorized` policy. ``` path...
Wow. Thanks, indeed this is very likely. Do you know if precedence is specified somewhere in the docs? I haven't found it. I wasn't able to understand the precedence looking...
I'll go ahead and rename the issue as this is likely a precedence bug.
In that case, this needs to be documented. Better, provide a migration path for script authors to fix it, e.g. warning on usage. I'd assume that with the current implementation...
> I remember that this not precedence problem, the parser only accepts `Term` for binding expression. > > https://github.com/stedolan/jq/blob/cff5336ec71b6fee396a95bb0e4bea365e0cd1e8/src/parser.y#L348 Right! The [doc](https://stedolan.github.io/jq/manual/#:~:text=Still%2C%20sometimes%20they,array_length%20%7C%20add%20/%20%24array_length) I referred to: > So, there's generally a...
I've installed deluge on Arch linux (v 2.0.4.dev38). For some reason deluged-siphon doesn't work anymore. I've checked the service logs: ``` Aug 02 15:30:56 site deluged[3145]: /usr/lib/python3.8/site-packages/twisted/web/_newclient.py:1673:_disconnectParser Aug 02 15:30:56...