** Description changed: + When updating value for an existing kv - "Conflict: Secret already has + data, cannot modify it" + + 1. Create a secret store + 2. Place a value in the secret store successfully + 3. Cannot update the value in the secret store + + (clients) 1 ubuntu@beisner-bastion:~/demo$ openstack secret store --name kv_bucket_001 +---------------+-----------------------------------------------------------------------+ | Field | Value | +---------------+-----------------------------------------------------------------------+ | Secret href | http://10.5.0.11:9312/v1/secrets/dfe00045-6adb-4839-9e39-5902a7c966aa | | Name | kv_bucket_001 | | Created | None | | Status | None | | Content types | None | | Algorithm | aes | | Bit length | 256 | | Secret type | opaque | | Mode | cbc | | Expiration | None | +---------------+-----------------------------------------------------------------------+ (clients) ubuntu@beisner-bastion:~/demo$ openstack secret update http://10.5.0.11:9312/v1/secrets/dfe00045-6adb-4839-9e39-5902a7c966aa "Hello!" (clients) ubuntu@beisner-bastion:~/demo$ openstack secret get -d http://10.5.0.11:9312/v1/secrets/dfe00045-6adb-4839-9e39-5902a7c966aa --format value Hello! (clients) ubuntu@beisner-bastion:~/demo$ openstack secret update http://10.5.0.11:9312/v1/secrets/dfe00045-6adb-4839-9e39-5902a7c966aa "Goodbye!" 4xx Client error: Conflict: Secret already has data, cannot modify it. Conflict: Secret already has data, cannot modify it.
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800175 Title: when updating value for an existing kv - Conflict: Secret already has data, cannot modify it To manage notifications about this bug go to: https://bugs.launchpad.net/charm-barbican-vault/+bug/1800175/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs