← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1491817] [NEW] Revoking large token fails with "Request-URI Too Long (HTTP 414)"

 

Public bug reported:

When running keystone in a eventlet based configuration in a setup with
a lot of (long) endpoints defined I ran into tempest failures.

It turns out that when it tries to revoke some keystone tokens in e.g.
the api/identity/admin/v2/test_roles_negative.py tests the resulting
request URI for the v2 API (DELETE /v2.0/tokens/<pki-token>) was too
long for eventlet's defaults and there is currently no way to change
that limit in keystone.conf.

** Affects: keystone
     Importance: Undecided
     Assignee: Ralf Haferkamp (rhafer)
         Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1491817

Title:
  Revoking large token fails with "Request-URI Too Long (HTTP 414)"

Status in Keystone:
  In Progress

Bug description:
  When running keystone in a eventlet based configuration in a setup
  with a lot of (long) endpoints defined I ran into tempest failures.

  It turns out that when it tries to revoke some keystone tokens in e.g.
  the api/identity/admin/v2/test_roles_negative.py tests the resulting
  request URI for the v2 API (DELETE /v2.0/tokens/<pki-token>) was too
  long for eventlet's defaults and there is currently no way to change
  that limit in keystone.conf.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1491817/+subscriptions


Follow ups