Skip to content

Storage ACL

Storage ACL is a way to control access to files and directories in the storage. It is based on the acl.txt file in the root directory of the application.

This is optional way to control access to files and directories in the storage.

Permissions

Notes:

  • From top to bottom
  • jetQuery Auth token contains:
    • [email protected] username ACL
    • public - public
    • authenticated - authenticated
    • role-names - roles
    • @teamShort teams (prefix @)

default for app:

  • app_{app_name}_read - read
  • app_{app_name}_write - write

acl examples

Text Only
# ACL (last matching most important)
# This is comment
# 0 - 0 - no access
# 4 - R - READ
# 6 - W - READ/WRITE
# 7 - X - CREATE/DELETE


public:X:/
public:X:/app/users/
authenticated:X:/app/users/
[email protected]:X:/app/users/
@developerzy:X:/app/users/
@developerzy:X:/app/users/file2.text