MrCreosote
MrCreosote
https://www.oauth.com/oauth2-servers/pkce/ > In later years, it was recognized that its ability to prevent authorization code injection makes it useful for every type of OAuth client, even apps running on a...
Thanks for clearing up my understanding. > It's not correct, longest matching sequence is also 3 here > xxobaxxxbacxxxactxxx Hmm, that's not what I would think of as a sequence....
> we plan to add wildcard analyzer in 3.12 Oh great, looking forward to 3.12 then. Hurry hurry hurry!
Thank you for the answer. The server doesn't seem to have that metric in the output: ```python In [1]: with open() as f: ...: arango_pwd = f.read().strip() ...: In [2]:...
Hmm, we're now on 3.11.3, but I still don't see that metric in the metrics output. Following on from above: ```python In [8]: for m in pm: ...: print(m.name) ```...
@Dronplane is that link correct? I'm happy to go bug my db admins to enable something server side but I'm not sure how specifying a metrics timeout will add the...
According to my db admin: > So I added the option --server.cluster-metrics-timeout 120 to each node. > Note the documentation is wrong, you can’t just specify the flag “without a...
Does that mean `mode=trigger_global` needs to be sent to the service every time we want a refresh of the metrics data or does sending it once start the metrics gathering...
One of my admins queried that endpoint and got me the data, thanks. However, the metrics API still doesn't include the search data for me even after they queried that...
> I've checked internally. And actually, returning additional metrics is implemented only with mode=trigger_global. Oh, I think maybe what you mean by this is that the `mode` query param is...