Pigueiras

Results 6 comments of Pigueiras

We've just hit this today 😭 . Wasn't this fixed by: https://github.com/taichino/croniter/pull/135? With `croniter==1.0.15` also happens.

Is there anything special that we need to set in the values.yaml in order to apply the custom securityConfig at bootstrap? I've been trying to reinstall the helm chart but...

@flavienbwk with that `rotationPolicy` setting, nodes are not able to come back with a rolling restart because the old nodes don't trust the new CA: https://github.com/flavienbwk/opensearch-k8s-certmanager/blob/main/os-certs-cm.yml#L23 (just dropping it in...

@patrykmatys From https://github.com/opensearch-project/security/pull/4119/files I believe that ```yaml # deprecated plugins.security.ssl.transport.enforce_hostname_verification: false plugins.security.ssl.transport.resolve_hostname: false ``` Now it's: ```yaml # new transport.ssl.enforce_hostname_verification: false transport.ssl.resolve_hostname: false ``` But indeed it would be nice...

Given how many platforms support the Slack incoming webhook format (Slack, Discord, RocketChat, Zulip, Mattermost...), it might be worth reconsidering the need to validate the destination URL. Since the format...