Comment 3 for bug 1212778

Revision history for this message
Dolph Mathews (dolph) wrote : Re: Authenticating with trust ID fails with 500 error

Does <ADMIN TOKEN> refer to the value from keystone.conf [DEFAULT] admin_token or an real token issued through the API?

If it's the static admin_token value, then:
A) I wouldn't expect a trust to be issuable
B) It shouldn't raise a 500 - it should certainly detect the condition and raise a 401.

If it's a token issued through the API:
A) Was it issued on v2 or v3?
B) Is it a scoped to a project or domain? If so, which?