When I'm trying to get info about deploy key using key id of another user using root token result is empty.
gl.keys.list(all=True) returns keys only for root user.
Although
GET https://gitlab.domain/api/v3/keys/124?private_token=blabla in rest client works fine.
Reactions are currently unavailable
When I'm trying to get info about deploy key using key id of another user using root token result is empty.
gl.keys.list(all=True) returns keys only for root user.
Although
GET https://gitlab.domain/api/v3/keys/124?private_token=blabla in rest client works fine.