blob: 19d932734b65f791d951616a9d6a56fc1cc9e2cc (
plain)
1
2
3
4
5
6
7
8
9
|
[auth.anonymous]
# enable anonymous access
enabled = true
# specify organization name that should be used for unauthenticated users
org_name = anonymous
# specify role for unauthenticated users
org_role = Viewer
|