:wave: Hi all, I'm currently building a PoC for a...
# talk-oathkeeper
f
👋 Hi all, I'm currently building a PoC for a new project using the Ory stack as my auth solution... Hence, I am currently (mis)using oathkeeper as my API gateway to minimize complexity of the entire thing I wish to assign a unique id to incoming requests to keep track as it moves downstream and was wondering how I would go about implementing that via oathkeeper mutators?
f
The go templates in oathkeeper have support for http://masterminds.github.io/sprig/strings.html I think you can build something with the rand functions
f
Ah very cool! Thanks, that was wonderfully straightforward 🚀