IBM-Security/ibmsecurity

ssh_keys api lacks proper idempotency

Closed this issue · 0 comments

ibmsecurity/isam/base/sysaccount/ssh_keys.py

  • _check() has a mixup between key and uuid
  • the _check() function does not properly check if the key (in create) already exists

ibmsecurity/isam/base/admin_ssh_keys.py

  • the _check() function does not properly check if the key (in create) already exists