yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #44228
[Bug 1531959] [NEW] id_string parameter type does not allow "_" character
Public bug reported:
The underscore character is not allowed in multiple parameter values
like mapping_id, domain_id, etc. because the validation of the parameter
value is done with the id_string regex pattern '^[a-zA-Z0-9-]+$' which
doesn't include '_'.
Underscore character should be allowed in a string value validation.
** Affects: keystone
Importance: Undecided
Assignee: Roxana Gherle (roxana-gherle)
Status: New
** Changed in: keystone
Assignee: (unassigned) => Roxana Gherle (roxana-gherle)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1531959
Title:
id_string parameter type does not allow "_" character
Status in OpenStack Identity (keystone):
New
Bug description:
The underscore character is not allowed in multiple parameter values
like mapping_id, domain_id, etc. because the validation of the
parameter value is done with the id_string regex pattern
'^[a-zA-Z0-9-]+$' which doesn't include '_'.
Underscore character should be allowed in a string value validation.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1531959/+subscriptions
Follow ups