Bernd Ahlers

Results 163 comments of Bernd Ahlers

@dennisoelkers I think we have to use the `Lax` value for the `SameSite` cookie attribute. Otherwise, users who follow links to a Graylog dashboard won't be logged in. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#samesitesamesite-value What...

@dennisoelkers Do you have any feedback on this?

@dennisoelkers Thank you for the update. Sounds good. I tested the `STRICT` setting with a link from an external page. The cookie doesn't get transferred when I click the link....

Some more background information: The `too_many_nested_clauses` error is a safeguard to avoid too much resource usage for OpenSearch. An Elastic engineer reported the [LUCENE-8811](https://issues.apache.org/jira/browse/LUCENE-8811) bug, which was probably triggered by...

@luk-kaminski Please carefully test with a Graylog cluster if this has any negative consequences when there is no leader for like one minute and nodes disappear in that time frame....

@luk-kaminski > But that leads to another question: what kind of problem does it cause if we have an entry for old node staying longer in that collection? That's what...

> If you are not satisfied with that, I can remove all the permissions checks and verify that user is an admin in the corresponding resource classes, instead... @luk-kaminski We...

@kmerz I removed it from the AX team's project. Let's keep it open in the core team's backlog for now.

> @bernd - it is for sure not an "easy switch" - there are API changes... So using new Java Client means the need of re-implementation of substantial parts of...

@jadetang You can use [RegisterTagNameFunc](https://pkg.go.dev/github.com/go-playground/validator/v10#Validate.RegisterTagNameFunc) to do that. (see the example in the docs)