← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1470870] Re: able to POST and GET custom attribute/field in JSON

 

lots of discussion, this is something we've long since determined is
mostly unfixable FOR compat reasons.

** Changed in: keystone
       Status: Confirmed => Won't Fix

-- 
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/1470870

Title:
  able to POST and GET custom attribute/field in JSON

Status in OpenStack Identity (keystone):
  Won't Fix

Bug description:
  Problem:

  As part of the JSON body while creating user, the custom
  attribute/field I added was used by keystone without causing any
  error/warning.

  % curl -ik -X POST -H "X-AUTH-TOKEN: $token" -H "Content-Type: application/json" https://keystone:35357/v3/users -d '{"user": {"test_custom_field":"my value","name": "newuser"}}'
   HTTP/1.1 201 Created

  The same custom attribute/field is accessible through curl GET while
  openstack-client filters this attribute/filed while printing.

  The setup version used here is Juno release.

  Expected behavior:

  HTTP 400

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


References