Fork me on GitHub
#announcements
<
2020-10-01
>
rutledgepaulv14:10:53

Created a piece of ring middleware for implementing ip-based access to a clojure app (or sections of an app). Feedback welcome! https://github.com/RutledgePaulV/ring-firewall-middleware

👍 33
rutledgepaulv14:10:42

certainly could! sometimes i think defining the signature helps communicate the shape of the thing for people who choose to implement their own

fjolne18:10:12

very helpful README 🙏:skin-tone-2:

woohoo 3
magra13:10:37

Very nice! That opens up the possibility to place fine grained source-ip security for different routes.

rutledgepaulv13:10:47

Yeah, that's my primary use case. Restricting admin or prometheus metric endpoints on a public application.