Comment 3 for bug 1186177

Revision history for this message
Dolph Mathews (dolph) wrote :

The API is now available to resolve this, however it's not being used anywhere, yet. Instead of generating a scoped v3 token using:

  POST /v3/auth/tokens

Clients can now instead call:

  POST /v3/auth/tokens?nocatalog

... which will produce a much smaller PKI token (the catalog represents the bulk of the current token's size).