Frank Maximilian
Frank Maximilian
sincdb clean up test failure suspected to be unrelated to the code changes of this PR. I am unable to find the cause of the problem also see #287 which...
@jbwl I have not needed to use this in a long time so I did not search for solutions other than the tiny modification I made in #287 This one...
Note on the CLA I signed it as of `3/26/2021 10:56:27 AM` (timestamp according to the DocuSign document)
I am not to sure what is going on with this issue  The test seems to randomly fail. I believe this random failures are unrelated to the code changes...
Querying the RabbitMQ management API has a similar issue were the CA is not set as well. See https://github.com/OpenCTI-Platform/opencti/blob/287df157d1cce20580394c883e6fd98859512be0/opencti-platform/opencti-graphql/src/database/rabbitmq.js#L77-L109 the metric query will fail when self signed TLS certs are...
Please feel free to ask for additional info/clarification. The underlying issue is so broad that I might have gotten lost in the details.
I agree using client certs is the cleanest solution here since as you mention re-applying would cause disruptions for any local account configured. Also maybe an added suggestion to that...
If I may suggest it might be worth making the proposed snapshot config accept a list. This way it would be possible to configure more than one snapshot policy, i.e.,...
Something to also consider in terms of backups is the [new remote backend storage feature released with 2.3](https://opensearch.org/blog/releases/2022/09/opensearch-2-3-is-ready-for-download/#remote-backed-storage). While the feature is still experimental for now it would probably a...
Note that the current AdditionalVolumes implementation does not support the full range of volume types e.g., CSI driver volumes are not supported. (Mainly because the CRD does not have them...