Hello everyone :wave: Just sharing a CLI that gene...
# talk-oathkeeper
i
Hello everyone 👋 Just sharing a CLI that generates Oathkeeper rules from existing OpenAPI contracts (available on this Github). The use case was to deploy Oathkeeper for an organization running several existing microservices in a distributed architecture and make JWT (issued by Hydra) authentication for each of them. This CLI has been developed in order to save time for each team writing rules and avoid, as much as possible, differences between the microservices changes and the Oathkeeper rules leading to potential security issues (forgot a new scope authorization for example). The next step is to automate all the flow from the OpenAPI contracts generation to the rules deployment. Hope this CLI can help you as well 🙂
m
This is a really good idea. Nice one.