mirror of
https://github.com/operasoftware/ssh-key-authority.git
synced 2025-12-30 09:20:19 -06:00
Add server account pubkey list to public routes
This commit is contained in:
@@ -50,6 +50,7 @@ $routes = array(
|
||||
$public_routes = array(
|
||||
'/groups/{group}/members.{format}' => true,
|
||||
'/pubkeys/{key}.{format}' => true,
|
||||
'/servers/{hostname}/accounts/{account}/pubkeys.{format}' => true,
|
||||
'/users/{username}' => true,
|
||||
'/users/{username}/pubkeys.{format}' => true,
|
||||
'/users/{username}/pubkeys/{key}.{format}' => true,
|
||||
|
||||
Reference in New Issue
Block a user