Ro Ramtohul
Ro Ramtohul
I've just found this. Hopefully it'll help you! https://github.com/kr1sp1n/node-vault/blob/master/example/auth_kubernetes.js
Hey! Any updates on this? 🙏 Is there anything we can do to push this forward?
Hey @LinoMota. This is certainly strange. Please can you create a PR which adds this scenario to the test suite? From there, I'll have a base where I can start...
Thanks for adding the PR. I'm super swamped with my day job at the moment so not 100% when I'll get around to this. If you're able to, please try...
This looks good! Please can you add a test for it too? 🙏
Hey @maltere. I think the issue is that you're not telling Joigoose to convert the values before trying to pass it into Mongo. So Joigoose interprets `assignedOn` as a `Date`:...
Great debugging. Seems like we need to add a test suite for `Joi.in()` (and the associated fix!). How would you feel about maybe giving this a shot?
Thanks for taking a look into this. A [known caveat of Joigoose](https://github.com/yoitsro/joigoose#known-limitations) is that there is no peer based validation right now. I think this could be fixed. There are...
Hey @rwynn! Any pointers on this?
I wonder if there's a final set of events which Mongo fires off after a transaction has been committed successfully. I would imagine that if a transaction fails, we don't...