Comment 2 for bug 1242597

Revision history for this message
Steven Hardy (shardy) wrote : Re: ec2tokens API doesn't handle trust-scoped tokens correctly

So, looking into this a bit more, it seems that we need to implement something similar to https://review.openstack.org/#/c/40444/ to fix this.

Currently the token in the ec2 controller is generated with the user_id and no knowledge of trusts. There are some issues with that patch atm though, looks like it still needs significant work.