Jeff Anderson
Jeff Anderson
It's unclear why this flag is needed in addition to separate binaries. Could we drop the `--fips` flag requirement when running the fips binaries?
This is something that frequently becomes important in my own troubleshooting process. There's a big difference between "connection from ***HIDDEN*** to ***HIDDEN*** failed", and "connection from ***host1*** to ***host2*** failed"...
I'll share the partial answers that I have. I'm simultaneously reaching out to get the rest of the answers. > * You briefly mentioned, but are you using separate instances...
mongod.cfg: ```yaml storage: dbPath: /var/lib/mongodb journal: enabled: true systemLog: destination: file logAppend: true path: /var/log/mongodb/mongod.log net: port: 27017 bindIp: 127.0.0.1 processManagement: timeZoneInfo: /usr/share/zoneinfo ``` mongos.cfg: ```yaml systemLog: verbosity: 0 quiet:...
I just tried this and found it didn't work. Adding the error message in case it helps someone find it: ``` Jun 01 15:28:34 brain sudo[1955519]: pam_ssh_agent_auth: error: key_from_blob: remaining...
I'd like to see the official image stick around. I'd recommend building off a stable alpine release instead of an alpine edge snapshot. The underlying edge repo is a rolling...
Sticking with a major version of alpine as opposed to using an edge release will yield fewer breakages. Alternatively, an Ubuntu LTS base would allow you to have a relatively...
I actually tried to reverse engineer the Docspell auth token signature and implement a middleware that could sit between the authenticating proxy and Docspell. I couldn't get it working (likely...
I too am interested in this. I'm quite happy to see any activity at all on this issue. One idea that I had was to run the ps3 eye on...
@hugoShaka I see that #35862 addresses the CRB. To really make this work, the ClusterRole would also need the same treatment. https://github.com/gravitational/teleport/blob/v15.3.1/examples/chart/teleport-cluster/templates/auth/clusterrole.yaml#L6 I ran into someone that got bit by...