FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
Ade_23
Staff
Staff
Article Id 377109
Description This article is a guide on providing read-only access to UTM profiles and nothing else on the firewall.
Scope All FortiOS versions.
Solution

In some environments, it may be required to give read-only access to the Security profiles (UTM) configured on the FortiGate and nothing else. This can be done to give a SOC team a means of seeing changes to security profile configurations without the access to change anything.

 

The steps to achieve this are outlined below: 

 

 

  1. Log in to the firewall using an administrator account with the super_admin profile.
  2. Create an admin profile with no permissions except read permissions for Security profiles.

 

 

utm read only.PNG

 

Using the CLI:

 

config system accprofile
     edit "utm_read_only"
         set utmgrp read
     next
end

 

 

  1. Next, create an admin account and assign the profile created previously to it. Create an admin username and assign a preferred password.

 

 

utm admin.PNG

 

Using the CLI:

 

config system admin
    edit "utmAdmin"
        set accprofile "utm_read_only"
    next
end

 

 

  1. Finally, log in with the new admin account and password to confirm the access permissions available are just for UTM.

 

 

utm login.PNG

utmadmin login.PNG

UTM only Menu.PNG webfilter read only.PNG