ecFlow's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

ECFLOW white list file is a way of restricting the access to ecFlow to only known users.
The file lists users with full access and users with only read access. The read-only user names start with '-' (dash/minus). Note you must include a version number, e.g.
The environment variable ECF_LISTS is used to point to the white list file.
The white list file is an ASCII file.
File ecf.lists
#
4.4.14 # whitelist version number
#

  1. Maintenance group and operators
    #
    uid1
    uid2
    cog
    #
  2. Read-only users
    #
    -uid3
    -uid4
    If you edit this file while ecFlow is running you need to use the following command to activate the change in ECF:
    ecflow_client --reloadwsfile
  • No labels