← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1776221] Re: EC2 credentials duplicated after a credential updated

 

Can you give more detail in your example? What is the curl call and the
openstackclient invocation you are using? (minus sensitive data)

** Changed in: keystone
       Status: Expired => Incomplete

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

Title:
  EC2 credentials duplicated after a credential updated

Status in OpenStack Identity (keystone):
  Incomplete

Bug description:
  It's fine when creating a new ec2 credential if there's an existing one with the same blob. It raises 409 conflicts.
  But it would allow me to update a credential with the same blob of another one.

  Can reproduce this by using REST API and OpenStack Client.

  REST API:
  PATCH /v3/credentials/{credential_id}

  Client:
  openstack credential set
  [root@test ~]# rpm -qa | grep openstackclient
  python-openstackclient-lang-3.14.1-1.el7.noarch
  python2-openstackclient-3.14.1-1.el7.noarch

  Keystone version: 12.0.0
  Token provider: fernet
  Credential provider: fernet
  MariaDB version10.1.20

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


References