mirror of
https://github.com/operasoftware/ssh-key-authority.git
synced 2026-05-25 14:38:50 -05:00
Add /pubkeys.json to URLs accessible by local accounts
This commit is contained in:
@@ -49,6 +49,7 @@ $routes = array(
|
||||
|
||||
$public_routes = array(
|
||||
'/groups/{group}/members.{format}' => true,
|
||||
'/pubkeys.{format}' => true,
|
||||
'/pubkeys/{key}.{format}' => true,
|
||||
'/servers/{hostname}/accounts/{account}/pubkeys.{format}' => true,
|
||||
'/users/{username}' => true,
|
||||
|
||||
Reference in New Issue
Block a user