Gabriel Corado
Gabriel Corado
No, we've considered disabling/enabling session recordings out of the feature scope. But we can reuse the options added to cover this.
@programmerq I've tried to perform a `findOne` that returns a document with about 5Mb and a `find` in a collection with 100Mb. Both returned successfully. Additionally, I've added network issues...
Hey, I managed to reproduce it with the flowing consistently: * MongoDB running on an x86_64 image (I've tried arm64 but without success, even when the Ubuntu/MongoDB versions are the...
After some testing, I found that this issue happens when connecting directly to the `mongos` instance (without Teleport). I managed to get it to work by changing the `net.serviceExecutor` from...
I moved the debug HTTP mux, handlers, and constants to a separate package. It required a change in our .gitignore as directories named debug were ignored.
@zmb3 I've created the docs PR (draft): https://github.com/gravitational/teleport/pull/40376