On 11/11/2014 06:50 AM, Krieger, Orran wrote:
> thanks! How did the summit go? How about discussions on the critical specs for us?
It went well: lots of different directions, some MOC related, some less
so. I ran the distributed signing thing past a few people, and they all
seemed to get it, but it wasn't a pressing priority: if MOC developers
make it happen, I think it will get in.
Using it on the message broker was a matter of some concern; signing
every message might be too expensive. One option that we came up with
was to have a deliber message router for cross openstack messages;
example:
BU owns cinder, Harvard owns nova
Cinder client on a Harvard compute box needs to send to the BU cinder.
The message goes out unsigned. Then, a message listener picks it off
the message bus, signes it, and posts it to the MOC message bus. BU
client on the MOC messsage bus picks up the message, verifies the
signatur, and posts it to the BU message bus. Might be a simpler
integration point.
There was a lot of discussion about policy, and there was concern that
the two Keystone servers would need to keep Role definitions in sync.
It might be better if we always mapped a token at the Keystone server
level to make sure the roles reflect what each organization defines them
to be.