Grégoire Bellon-Gervais

Results 12 comments of Grégoire Bellon-Gervais

Here a good workaround: `private_network_id = tolist(ovh_cloud_project_network_private.network_prod.regions_attributes)[index(ovh_cloud_project_network_private.network_prod.regions_attributes.*.region, var.ovh_region)].openstackid` I have found the base here: https://github.com/ovh/terraform-provider-ovh/blob/3fe0ace4f032aa73dff7f0d1cb4f4c233ccbc654/website/docs/r/cloud_project_kube.html.markdown?plain=1#L30 But when I try (terraform v1.2.9 and OVH provider v0.21.0) I have this error: ```...

Nice, maybe we could update doc with your tips ?

Hello, here the explanation of the problem: https://stackoverflow.com/questions/67559170/paramiko-ssh-command-execution-failing-with-valueerror-digital-envelope-routi Using md5 hash is not allowed with FIPS enabled. Here the original issue on passlib (and the problem was reported from pgAdmin4):...

Hello, under Ubuntu 20.04, due to the bug https://bugs.launchpad.net/ubuntu/+source/nss/+bug/1647285 the solution to import with certutil does not work depending of the situation. In my case, I have a root and...

And is it possible to run 2 or 3 chef-rundeck instances in // ? Something like : /usr/local/rvm/gems/ruby-2.2.0/wrappers/chef-rundeck -c /etc/chef/knife-1.rb -p 9980 --timeout 80 /usr/local/rvm/gems/ruby-2.2.0/wrappers/chef-rundeck -c /etc/chef/knife-2.rb -p 9981 --timeout...

Hello, I have create an init.d script : ``` bash #/bin/sh ### BEGIN INIT INFO # Provides: chef-rundeck # Required-Start: # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop:...

My last comment is more related to the usage in Kubernetes or OpenShift of course :)

Any update ? It will be the killing feature ....

Maybe if adding USER directive in Dockerfile is an issue in this MR https://github.com/Cisco-Talos/clamav/pull/666/commits/bde960c675d27ffeba2ad89371aa0186ab280582 at least you can keep all the others updates that allow running Container image under non-root...

As I said in previous comment (https://github.com/Cisco-Talos/clamav/issues/478#issuecomment-1231723807), accepting the commit WITHOUT `USER clamav` directive will be a first step to be able to run root-less. It will be also a...