Comment 15 for bug 1617918

Revision history for this message
gordon chung (chungg) wrote :

man this sucks. i attempted to implement this and i realise it looks very strange if we implement project-scoped ids using the current mechanism we have. specifically, when you rest interface, if i ask for /v1/resources/blah/metrics/ i will get something completely different from /v1/resources/blah/metrics depending what project i'm authenticated with. the alternative is to create a true id column and treat everything we've done so far as a 'name' but this will completely change paths and make the to-uuid logic moot.