TrustedAuthorization Permission

A security permission has been added to netflow.cfg to restrict permissions for roles to perform certain security-sensitive functions.

Field Name Definition
trustedAuthorization

An attribute of the <server> node in the AgilePoint Server netflow.cfg file that Restricts the ability for certain roles to perform some functions.

Values:

  • True - (Default) There is no restriction on the specified action.
  • False - The specified action is restricted for the specified role.

These options appear on the Permission List for roles in Enterprise Manager for the following actions. The permissions are followed by their associated API method names. You can modify these permissions as required.

  • SaveTemporaryFile - SaveTemporaryFile()
  • EnableAdvancedQuery - QueryDatabase(),QueryDatabaseEx()
  • CompleteProcedure - CompleteProcedure()

Example:

<server eventCap="10" workingCap="10" 
    maxLoop="50" swapoutTime="5" 
    archiveTime="180"  assemblyPath="" 
    ServiceName="AP_Server1" debug="true" 
    trustedAuthorization="True" />