Renaud Hager

Results 5 comments of Renaud Hager

I submitted a PR adding config file support.

Hi @Nmishin, I have the issue than you with the version `3.18.0`. For me it happens when Terraform try to recreate the resource `cloudflare_zone/settings_override`, by destroying first and then recreates...

I'm guessing he wish to be able to do something like that : > :msg, contains, "type=EXECVE" ~ > :msg, contains, "type=EOE" ~ > :msg, contains, "type=CWD" ~ > :msg,...

Hi guys, We are having the same issue. Any update? Thanks

During our test, we had to add the following to enable the use of Sentinel for the Session cache. ```yaml framework: session: handler_id: Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler cache: app: cache.adapter.redis_tag_aware default_redis_provider: '%env(REDIS_APP_DSN)%' mailer:...