awips2/edexOsgi/com.raytheon.uf.edex.remote.script/utility/common_static/base/roles/remoteScript.ini

37 lines
1.6 KiB
INI
Raw Normal View History

2022-05-05 12:34:50 -05:00
# -----------------------------------------------------------------------------
# This is a base level file that should not be modified.
# Please use the user administration GUI to modify user roles/permissions.
# -----------------------------------------------------------------------------
# SOFTWARE HISTORY
#
# Date Ticket# Engineer Description
# ------------- -------- --------- ------------------------
# Apr 18, 2017 6288 randerso Initial creation
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# Defined permissions
# Permissions must be listed in the permissions section to be available
# in the user admin GUI.
#
# permissionString = Description
# NOTE: permission names must use . instead of : due to INI parser limitation
# -----------------------------------------------------------------------------
[permissions]
remoteScript.list = Allow retrieval of the listing of remote scripts
remoteScript.run = Allow execution of remote scripts
# Define the description for each role
# roleName = description
# -----------------------------------------------------------------------------
[roleDescriptions]
remoteScriptUser = Allows listing and running remote scripts
# -----------------------------------------------------------------------------
# Define the permissions assigned to each role
# roleName = perm1, perm2, ..., permN
# -----------------------------------------------------------------------------
[roles]
awipsUser = remoteScript:list, remoteScript:run
remoteScriptUser = remoteScript:list, remoteScript:run