orchestracities / boost

BOOST4.0 EIDS FIWARE CIM Connector
MIT License
0 stars 0 forks source link

Wrap up R&D proto #31

Closed c0c0n3 closed 4 years ago

c0c0n3 commented 4 years ago

This PR wraps up the R&D prototype, bringing in:

While there's still quite a bit to do before we can call it a solid product, we have a workable Mixer-based architecture (but see #29) we can use for demos & showcases. In fact, we can

Also, our mesh comes by default with

So we've got enough leverage to quickly spin up a demo on a box with Minikube or even do it in a K8s cluster for showcases. But here are some limitations to keep in mind:

c0c0n3 commented 4 years ago

@gboege when you can find the time (it'll take a couple of hours probably), it'd be great if you could:

  1. check out the dev branch.
  2. nuke your local Minikube cluster---yes, really. There are just too many changes since the last time you tested and I've got no migration scripts.
  3. follow the instructions in the readme to rebuild your local Minikube cluster and test to make sure what I've done is okay.

In particular, if you could please have a look at how AuthZ calls work since I've made a couple of assumptions that could be totally wrong:

Changing any of the above is relatively easily though.