Skip to content

Made SSH Key access API available for non-admin users

What does this MR do?

  • Make SSH Keys API accessible for all users
    • list keys on each users
    • get key on each user
  • Make logged in user use the general API to modify their own keys

Are there points in the code the reviewer needs to double check?

Well all, and I might need some help 😁

Why was this MR needed?

Because #29850 (moved).

The main reason is that there's no reasons to restrict the SSH key API, as it's all public keys.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#29850 (moved)

Merge request reports