route-cli: update list of possible scopes

This commit is contained in:
Cadey Ratio 2017-10-01 09:11:25 -07:00
parent 2f91ff1f5f
commit ffcdc8b9ba
No known key found for this signature in database
GPG Key ID: D607EE27C2E7F89A
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ var allScopes = []string{
"token:get", "token:getall", "token:put", "token:delete", "token:deactivate",
"route:get", "route:getall", "route:put", "route:delete",
"connect",
"backend:list", "backend:kill",
"admin",
}