Bug #17690
closed[Workbench2] as an admin user, the /ssh-keys-user url (*user* ssh keys menu) shows everyone's keys
Description
As an admin user, when selecting the "Ssh Keys" menu in the user menu (at /ssh-keys-user), I get a page that shows everyone's keys, instead of just mine.
This is the same content as the "Ssh Keys" page from the admin menu (which is at /ssh-keys-admin).
The page at /ssh-keys-user should only ever show the user's own keys, even when that user is an admin user. The page at /ssh-keys-admin is behaving properly and should not change.
Updated by Stephen Smith about 3 years ago
- Assigned To set to Stephen Smith
- Status changed from New to In Progress
Updated by Stephen Smith about 3 years ago
- Target version set to 2021-08-04 sprint
Updated by Stephen Smith about 3 years ago
I found that both user ssh keys and admin ssh keys routes both used the same component stack, so I duplicated ssh-key-panel to ssh-key-admin-panel and added filtering to ssh-key-panel.
Changes at 7bdf07a2661affc4f1496d73e27d16f6470e4e4a branch 17690-user-ssh-key-page
Tests developer-tests-workbench2: #455
Updated by Peter Amstutz about 3 years ago
- Target version changed from 2021-08-04 sprint to 2021-08-18 sprint
Updated by Ward Vandewege about 3 years ago
Stephen Smith wrote:
I found that both user ssh keys and admin ssh keys routes both used the same component stack, so I duplicated ssh-key-panel to ssh-key-admin-panel and added filtering to ssh-key-panel.
Changes at 7bdf07a2661affc4f1496d73e27d16f6470e4e4a branch 17690-user-ssh-key-page
Tests developer-tests-workbench2: #455
Thanks, LGTM!
Updated by Stephen Smith about 3 years ago
- Status changed from In Progress to Resolved