From a57cd68466ecc58f4c1c4df6cdff73cdb4aa417f Mon Sep 17 00:00:00 2001 From: Prajwol Amatya <83579989+PrajwolAmatya@users.noreply.github.com> Date: Mon, 27 Mar 2023 04:59:59 +0000 Subject: [PATCH] api test to set quota by users with different roles (#5854) --- .../_includes/adoc/global_configvars.adoc | 50 +++++++++---------- services/antivirus/_index.md | 2 +- services/audit/_index.md | 2 +- services/auth-basic/_index.md | 2 +- services/auth-bearer/_index.md | 2 +- services/eventhistory/_index.md | 2 +- services/frontend/_index.md | 2 +- services/graph/_index.md | 2 +- services/idm/_index.md | 2 +- services/idp/_index.md | 2 +- services/nats/_index.md | 2 +- services/notifications/_index.md | 2 +- services/policies/_index.md | 2 +- services/postprocessing/_index.md | 2 +- services/proxy/_index.md | 2 +- services/search/_index.md | 2 +- services/storage-system/_index.md | 2 +- services/storage-users/_index.md | 2 +- services/thumbnails/_index.md | 2 +- services/userlog/_index.md | 2 +- services/web/_index.md | 2 +- services/webdav/_index.md | 2 +- services/webfinger/_index.md | 2 +- 23 files changed, 47 insertions(+), 47 deletions(-) diff --git a/services/_includes/adoc/global_configvars.adoc b/services/_includes/adoc/global_configvars.adoc index 2759f484f3d..5d17fe089ae 100644 --- a/services/_includes/adoc/global_configvars.adoc +++ b/services/_includes/adoc/global_configvars.adoc @@ -41,7 +41,7 @@ a| [subs=-attributes] ++string ++ a| [subs=-attributes] -++uid=reva,ou=sysusers,o=libregraph-idm ++ +++uid=libregraph,ou=sysusers,o=libregraph-idm ++ a| [subs=-attributes] LDAP DN to use for simple bind authentication with the target LDAP server. @@ -109,10 +109,10 @@ a| [subs=-attributes] ++string ++ a| [subs=-attributes] -++none ++ +++attribute ++ a| [subs=-attributes] -An option to control the behavior for disabling users. Valid options are 'none', 'attribute' and 'group'. If set to 'group', disabling a user via API will add the user to the configured group for disabled users, if set to 'attribute' this will be done in the ldap user entry, if set to 'none' the disable request is not processed. +An option to control the behavior for disabling users. Supported options are 'none', 'attribute' and 'group'. If set to 'group', disabling a user via API will add the user to the configured group for disabled users, if set to 'attribute' this will be done in the ldap user entry, if set to 'none' the disable request is not processed. Default is 'attribute'. a| `LDAP_GROUP_BASE_DN` @@ -163,7 +163,7 @@ a| [subs=-attributes] ++groupOfNames ++ a| [subs=-attributes] -The object class to use for groups in the default group search filter ('groupOfNames'). +The object class to use for groups in the default group search filter ('groupOfNames'). a| `LDAP_GROUP_SCHEMA_DISPLAYNAME` @@ -210,7 +210,7 @@ a| [subs=-attributes] ++string ++ a| [subs=-attributes] -++ownclouduuid ++ +++owncloudUUID ++ a| [subs=-attributes] LDAP Attribute to use as the unique id for groups. This should be a stable globally unique ID like a UUID. @@ -416,10 +416,10 @@ a| [subs=-attributes] ++string ++ a| [subs=-attributes] -++ownclouduuid ++ +++owncloudUUID ++ a| [subs=-attributes] -LDAP Attribute to use as the unique id for users. This should be a stable globally unique id like a UUID. +LDAP Attribute to use as the unique ID for users. This should be a stable globally unique ID like a UUID. a| `LDAP_USER_SCHEMA_ID_IS_OCTETSTRING` @@ -539,7 +539,7 @@ a| [subs=-attributes] ++memory ++ a| [subs=-attributes] -Store implementation for the cache. Valid values are "memory" (default), "redis", and "etcd". +Store implementation for the cache. Supported values are 'memory' (default), 'redis', 'redis-sentinel', 'nats-js', and 'etcd'. See the text description for details. a| `OCIS_CACHE_STORE_ADDRESS` @@ -555,7 +555,7 @@ a| [subs=-attributes] ++[] ++ a| [subs=-attributes] -Nodes to use for the cache store. +A comma separated list of nodes to access the configured store. This has no effect when the 'memory' store is configured. Note that the behaviour how nodes are used is dependent on the library of the configured store. a| `OCIS_CACHE_STORE_ADDRESSES` @@ -571,7 +571,7 @@ a| [subs=-attributes] ++[] ++ a| [subs=-attributes] -A comma separated list of nodes to access the configured store. This has no effect when 'in-memory' stores are configured. Note that the behaviour how nodes are used is dependent on the library of the configured store. +A comma-separated list of nodes to connect to. This has no effect when 'in-memory' stores are configured. Note that the behaviour how nodes are used is dependent on the library of the configured store. a| `OCIS_CACHE_STORE_NODES` @@ -590,7 +590,7 @@ a| [subs=-attributes] ++[] ++ a| [subs=-attributes] -Nodes to use for the cache store. +A comma separated list of nodes to access the configured store. This has no effect when the 'memory' store is configured. Note that the behaviour how nodes are used is dependent on the library of the configured store. a| `OCIS_CACHE_STORE_SIZE` @@ -606,7 +606,7 @@ a| [subs=-attributes] ++0 ++ a| [subs=-attributes] -The maximum quantity of items in the user info cache. Only applies when store type 'ocmem' is configured. Defaults to 512. +The maximum quantity of items in the store. Only applies when store type 'ocmem' is configured. Defaults to 512. a| `OCIS_CACHE_STORE_TTL` @@ -619,13 +619,13 @@ a| [subs=attributes+] * xref:{s-path}/proxy.adoc[proxy] + a| [subs=-attributes] -++int ++ +++Duration ++ a| [subs=-attributes] -++300 ++ +++336h0m0s ++ a| [subs=-attributes] -Max TTL in seconds for the gateway's stat cache. +Time to live for cache records in the graph. The duration can be set as number followed by a unit identifier like s, m or h. Defaults to '336h' (2 weeks). a| `OCIS_CACHE_STORE_TYPE` @@ -643,7 +643,7 @@ a| [subs=-attributes] ++memory ++ a| [subs=-attributes] -Store implementation for the cache. Valid values are "memory" (default), "redis", and "etcd". +The type of the cache store. Supported values are: 'memory', 'ocmem', 'etcd', 'redis', 'redis-sentinel', 'nats-js', 'noop'. See the text description for details. a| `OCIS_CORS_ALLOW_CREDENTIALS` @@ -697,7 +697,7 @@ a| [subs=-attributes] ++[]string ++ a| [subs=-attributes] -++[GET] ++ +++[GET POST PUT PATCH DELETE OPTIONS] ++ a| [subs=-attributes] A comma-separated list of allowed CORS methods. See following chapter for more details: *Access-Control-Request-Method* at \https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Request-Method @@ -759,7 +759,7 @@ a| [subs=-attributes] ++false ++ a| [subs=-attributes] -Enable TLS for the connection to the events broker. The events broker is the ocis service which receives and delivers events between the services. +Enable TLS for the connection to the events broker. The events broker is the ocis service which receives and delivers events between the services.. a| `OCIS_GRPC_CLIENT_TLS_CACERT` @@ -921,7 +921,7 @@ a| [subs=-attributes] ++false ++ a| [subs=-attributes] -Whether the server should skip the client certificate verification during the TLS handshake. +Whether to verify the server TLS certificates. a| `OCIS_JWT_SECRET` @@ -1170,7 +1170,7 @@ a| [subs=-attributes] ++ ++ a| [subs=-attributes] -Machine auth API key used to validate internal requests necessary for the access to resources from other services. +Machine auth API key used to validate internal requests necessary to access resources from other services. a| `OCIS_OIDC_ISSUER` @@ -1191,7 +1191,7 @@ a| [subs=-attributes] ++https://localhost:9200 ++ a| [subs=-attributes] -The identity provider value to set in the group IDs of the CS3 group objects for groups returned by this group provider. +URL of the OIDC issuer. It defaults to URL of the builtin IDP. a| `OCIS_PERSISTENT_STORE` @@ -1251,7 +1251,7 @@ a| [subs=-attributes] ++0 ++ a| [subs=-attributes] -Set the global max quota value in bytes. A value of 0 equals unlimited. The value is provided via capabilities. +Set a global max quota for spaces in bytes. A value of 0 equals unlimited. If not using the global OCIS_SPACES_MAX_QUOTA, you must define the FRONTEND_MAX_QUOTA in the frontend service. a| `OCIS_SYSTEM_USER_API_KEY` @@ -1495,10 +1495,10 @@ a| [subs=-attributes] ++string ++ a| [subs=-attributes] -++https://localhost:9200 ++ +++https://localhost:9200/ ++ a| [subs=-attributes] -The public facing URL of the oCIS frontend. +Base url to navigate back from the app to the containing folder in the file list. a| `REVA_GATEWAY` @@ -1550,7 +1550,7 @@ a| [subs=-attributes] ++ ++ a| [subs=-attributes] -The storage transfer secret. +Transfer secret for signing file up- and download requests. a| `STORAGE_USERS_OCIS_ASYNC_UPLOADS` diff --git a/services/antivirus/_index.md b/services/antivirus/_index.md index 8f2997a15b8..592d2ec67eb 100644 --- a/services/antivirus/_index.md +++ b/services/antivirus/_index.md @@ -1,6 +1,6 @@ --- title: Antivirus Service -date: 2023-03-27T04:57:09.970331854Z +date: 2023-03-27T04:57:51.187123477Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/antivirus diff --git a/services/audit/_index.md b/services/audit/_index.md index cff22fd5d85..d1afa855911 100644 --- a/services/audit/_index.md +++ b/services/audit/_index.md @@ -1,6 +1,6 @@ --- title: Audit service -date: 2023-03-27T04:57:09.970528213Z +date: 2023-03-27T04:57:51.187443767Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/audit diff --git a/services/auth-basic/_index.md b/services/auth-basic/_index.md index 2bcc97e9d3a..700b32af7e3 100644 --- a/services/auth-basic/_index.md +++ b/services/auth-basic/_index.md @@ -1,6 +1,6 @@ --- title: Auth-Basic Service -date: 2023-03-27T04:57:09.970619083Z +date: 2023-03-27T04:57:51.187608315Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/auth-basic diff --git a/services/auth-bearer/_index.md b/services/auth-bearer/_index.md index 6437c609fdd..b22755a9155 100644 --- a/services/auth-bearer/_index.md +++ b/services/auth-bearer/_index.md @@ -1,6 +1,6 @@ --- title: Auth-Bearer Service -date: 2023-03-27T04:57:09.970744709Z +date: 2023-03-27T04:57:51.187839027Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/auth-bearer diff --git a/services/eventhistory/_index.md b/services/eventhistory/_index.md index ca3f20a634b..b968f2b134d 100644 --- a/services/eventhistory/_index.md +++ b/services/eventhistory/_index.md @@ -1,6 +1,6 @@ --- title: Eventhistory Service -date: 2023-03-27T04:57:09.970850628Z +date: 2023-03-27T04:57:51.188094876Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/eventhistory diff --git a/services/frontend/_index.md b/services/frontend/_index.md index 64bb2e93705..4b4555127fd 100644 --- a/services/frontend/_index.md +++ b/services/frontend/_index.md @@ -1,6 +1,6 @@ --- title: Frontend Service -date: 2023-03-27T04:57:09.970962547Z +date: 2023-03-27T04:57:51.188330808Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/frontend diff --git a/services/graph/_index.md b/services/graph/_index.md index 13a94903a27..344bf4f1c99 100644 --- a/services/graph/_index.md +++ b/services/graph/_index.md @@ -1,6 +1,6 @@ --- title: Graph service -date: 2023-03-27T04:57:09.971066783Z +date: 2023-03-27T04:57:51.188538768Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/graph diff --git a/services/idm/_index.md b/services/idm/_index.md index 399565eb89c..04b455f255a 100644 --- a/services/idm/_index.md +++ b/services/idm/_index.md @@ -1,6 +1,6 @@ --- title: Idm -date: 2023-03-27T04:57:09.971175828Z +date: 2023-03-27T04:57:51.188775711Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/idm diff --git a/services/idp/_index.md b/services/idp/_index.md index 3e6350e3e03..10ccd6a8877 100644 --- a/services/idp/_index.md +++ b/services/idp/_index.md @@ -1,6 +1,6 @@ --- title: IDP Service -date: 2023-03-27T04:57:09.971270025Z +date: 2023-03-27T04:57:51.189045827Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/idp diff --git a/services/nats/_index.md b/services/nats/_index.md index c1c674a8a45..615085ea297 100644 --- a/services/nats/_index.md +++ b/services/nats/_index.md @@ -1,6 +1,6 @@ --- title: Nats Service -date: 2023-03-27T04:57:09.971362037Z +date: 2023-03-27T04:57:51.18923391Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/nats diff --git a/services/notifications/_index.md b/services/notifications/_index.md index 5158b091e87..1b6cc955fb6 100644 --- a/services/notifications/_index.md +++ b/services/notifications/_index.md @@ -1,6 +1,6 @@ --- title: Notification service -date: 2023-03-27T04:57:09.971467916Z +date: 2023-03-27T04:57:51.18945363Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/notifications diff --git a/services/policies/_index.md b/services/policies/_index.md index 918eb0a7cf6..6e27eda741d 100644 --- a/services/policies/_index.md +++ b/services/policies/_index.md @@ -1,6 +1,6 @@ --- title: Policies Service -date: 2023-03-27T04:57:09.9715929Z +date: 2023-03-27T04:57:51.189719369Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/policies diff --git a/services/postprocessing/_index.md b/services/postprocessing/_index.md index fefac82a045..3862df96df0 100644 --- a/services/postprocessing/_index.md +++ b/services/postprocessing/_index.md @@ -1,6 +1,6 @@ --- title: Postprocessing Service -date: 2023-03-27T04:57:09.971757759Z +date: 2023-03-27T04:57:51.190066469Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/postprocessing diff --git a/services/proxy/_index.md b/services/proxy/_index.md index 93a297f0203..15b3694909e 100644 --- a/services/proxy/_index.md +++ b/services/proxy/_index.md @@ -1,6 +1,6 @@ --- title: Proxy Service -date: 2023-03-27T04:57:09.971890729Z +date: 2023-03-27T04:57:51.19040335Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/proxy diff --git a/services/search/_index.md b/services/search/_index.md index 7980a4cc567..4d4ca547817 100644 --- a/services/search/_index.md +++ b/services/search/_index.md @@ -1,6 +1,6 @@ --- title: Search Service -date: 2023-03-27T04:57:09.97208838Z +date: 2023-03-27T04:57:51.190742144Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/search diff --git a/services/storage-system/_index.md b/services/storage-system/_index.md index f3208cff1a7..12cab36f3da 100644 --- a/services/storage-system/_index.md +++ b/services/storage-system/_index.md @@ -1,6 +1,6 @@ --- title: Storage-System Service -date: 2023-03-27T04:57:09.972278487Z +date: 2023-03-27T04:57:51.191042817Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/storage-system diff --git a/services/storage-users/_index.md b/services/storage-users/_index.md index 5f6151f1a86..01bd10c4200 100644 --- a/services/storage-users/_index.md +++ b/services/storage-users/_index.md @@ -1,6 +1,6 @@ --- title: Storage-Users Service -date: 2023-03-27T04:57:09.972402038Z +date: 2023-03-27T04:57:51.191309136Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/storage-users diff --git a/services/thumbnails/_index.md b/services/thumbnails/_index.md index 1f862f95108..17472c4bbf4 100644 --- a/services/thumbnails/_index.md +++ b/services/thumbnails/_index.md @@ -1,6 +1,6 @@ --- title: Thumbnails Service -date: 2023-03-27T04:57:09.972542912Z +date: 2023-03-27T04:57:51.191450651Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/thumbnails diff --git a/services/userlog/_index.md b/services/userlog/_index.md index 007b16b7d4a..97fd2d13437 100644 --- a/services/userlog/_index.md +++ b/services/userlog/_index.md @@ -1,6 +1,6 @@ --- title: Userlog Service -date: 2023-03-27T04:57:09.972672656Z +date: 2023-03-27T04:57:51.191605061Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/userlog diff --git a/services/web/_index.md b/services/web/_index.md index b5a7d2bb89e..1d38ed713f4 100644 --- a/services/web/_index.md +++ b/services/web/_index.md @@ -1,6 +1,6 @@ --- title: Web Service -date: 2023-03-27T04:57:09.972786981Z +date: 2023-03-27T04:57:51.191708404Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/web diff --git a/services/webdav/_index.md b/services/webdav/_index.md index efcda201c67..0bd985eae9e 100644 --- a/services/webdav/_index.md +++ b/services/webdav/_index.md @@ -1,6 +1,6 @@ --- title: Webdav Service -date: 2023-03-27T04:57:09.972887319Z +date: 2023-03-27T04:57:51.191824211Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/webdav diff --git a/services/webfinger/_index.md b/services/webfinger/_index.md index c0b33f95c48..c2ef3683775 100644 --- a/services/webfinger/_index.md +++ b/services/webfinger/_index.md @@ -1,6 +1,6 @@ --- title: Webfinger Service -date: 2023-03-27T04:57:09.973001523Z +date: 2023-03-27T04:57:51.191990012Z weight: 20 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/services/webfinger