markafarrell
markafarrell
> I guess API access for retrieving CVE scans is ok, we can add it to the v2.2 > > any security concerns? @reasonerjt @wy65701436 @xaleeks did this make it...
I have been able to reproduce this issue with the following https://github.com/markafarrell/mitogen-issue-766-repro
@bendrucker One solution that might be a little more elegant is to use the terraform resource name as well as an incrementing number to give a little more context. I...
The below can be used to demonstrate the new metric ## Generate TLS certificates ``` mkdir -p container-data/vault/tls openssl req -x509 -nodes -days 9999 -newkey rsa:2048 \ -keyout container-data/vault/tls/vault_server.key -out...
@divyaac Having a metric makes it much easier to integrate with alerting tools like Prometheus alert manager. Then you can get an alert when that metric goes to zero so...
@divyaac See https://github.com/hashicorp/vault/pull/26570#issuecomment-2070976839
@AlyRagab I don't believe you can do it using the role. Its pretty easy to do it using the `uri` module though after the role has run Something like: ```yaml...
@moreati For reference see https://github.com/markafarrell/mitogen-issue-766-repro for instructions for reproducing the issue
I'm guessing that you are using aarch64 is probably the issue.  There is an arm64 version of that image so it *should* work. Do you get anything from: ```...
Can you try adding `--cgroupns=host` and change the mount to be `rw`? https://serverfault.com/questions/1053187/systemd-fails-to-run-in-a-docker-container-when-using-cgroupv2-cgroupns-priva