Vincent Debergue
Vincent Debergue
With TheHive 5 we use an `or` operator for our dependencies: `(java-11-openjdk-headless or java-1.8.0-openjdk-headless)` This boolean is available with rpm 4.13: https://rpm-software-management.github.io/rpm/manual/boolean_dependencies.html
It seems like for firefox, it will try to get the filename from the url or from the pdf metadata: https://github.com/mozilla/pdf.js/blob/26ae50e4494aa57b31f305df759fb44ae8be4cd7/web/app.js#L768-L772= https://github.com/mozilla/pdf.js/blob/26ae50e4494aa57b31f305df759fb44ae8be4cd7/src/display/display_utils.js#L354 So adding in the iframe url the data...
I had the same issue at first, the trace context was not propagated in the headers. I then realized that in my `Cargo.toml` the version of the feature was not...
With the default configuration of keycloak, the custom user attribute `organisation` is not sent by keycloak server to thehive server. I managed to have the auto user creation to work...
Yes you are right, the creation of multi org users is not yet supported when using the sso autocreate feature