Skip to content

Commit

Permalink
Update routing.md (2600hz#6084)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlee2600hz authored and jamesaimonetti committed Oct 10, 2019
1 parent 61378ae commit d2420b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/reference/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ SUP commands later will help you inspect that cache.
* Enable authorization on calls
`sup kapps_config set_default ecallmgr authz_enabled true`
`sup kapps_config flush ecallmgr`
`sup -n ecallmgr ecallmgr_config flush`
`sup -n ecallmgr kapps_config flush ecallmgr`
* Authorize local resource usage
`sup kapps_config set_default ecallmgr authz_local_resources true`
`sup kapps_config flush ecallmgr`
`sup -n ecallmgr ecallmgr_config flush`
`sup -n ecallmgr kapps_config flush ecallmgr`
* Dry Run authz attempts (useful when testing authz)
`sup kapps_config set_default ecallmgr authz_dry_run true`
Still allows a call that would have been denied
Expand Down

0 comments on commit d2420b5

Please sign in to comment.