:wave: ! I’m attending an interesting Policy sessi...
# community
s
👋 ! I’m attending an interesting Policy session at CiscoLive. It uses OPA to check for network device config conformance to an OPA policy:
The short version what they did in the demo: • get the config of a cisco router, parse to json • Using OPA; check for certain values in the json Should be doable in cerbos right @Alex Olivier (Cerbos) @Emre (Cerbos) ? But is it ugly or nice-ish..
🙌 1
a
Absolutely! As long as there is that integration point which can call out to the PDP its certainly possible. Let me find a bit of time later to translate that policy in a Playground.
s
nice job @Alex Olivier (Cerbos)!
If we need to check a list of interfaces, should we strip the list to seperate resources (each resource being one interface) in our app? I guess that makes for the cleanest validation code right..
a
Yeah that would save the list manipulation
s
Interesting way of doing compliancy checking for configurations. I’ll think about the pros and cons of using cerbos for this. Thanks 🙏