X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4f4f6f5fe9367d5cd6c57070fd8a223efc87cb21..6d95130da47af9fd0290d3c8f80a0364faf74957:/doc/api/permission-model.html.textile.liquid diff --git a/doc/api/permission-model.html.textile.liquid b/doc/api/permission-model.html.textile.liquid index 62cd74d9d7..1f08ea4195 100644 --- a/doc/api/permission-model.html.textile.liquid +++ b/doc/api/permission-model.html.textile.liquid @@ -1,9 +1,14 @@ --- layout: default -navsection: api +navsection: architecture navmenu: Concepts title: "Permission model" ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} * There are four levels of permission: *none*, *can_read*, *can_write*, and *can_manage*. ** *none* is the default state when there are no other permission grants. @@ -65,8 +70,8 @@ A privileged user account exists for the use by internal Arvados components. Th h2. Anoymous user and group -An Arvado site may be configued to allow users to browse resources without requiring a log in. In this case, permissions for non-logged-in users are associated with the "anonymous" user. To make objects visible to the public, they can be shared with the "anonymous" group. The anonymous user uuid is @{siteprefix}-tpzed-anonymouspublic@. The anonymous group uuid is @{siteprefix}-j7d0g-anonymouspublic@. +An Arvados site may be configured to allow users to browse resources without requiring a login. In this case, permissions for non-logged-in users are associated with the "anonymous" user. To make objects visible to the public, they can be shared with the "anonymous" group. The anonymous user uuid is @{siteprefix}-tpzed-anonymouspublic@. The anonymous group uuid is @{siteprefix}-j7d0g-anonymouspublic@. h2. Example -!{{site.baseurl}}/images/Arvados_Permissions.svg! +!(full-width){{site.baseurl}}/images/Arvados_Permissions.svg!