Skip to content

Commit

Permalink
commit aa12a60
Browse files Browse the repository at this point in the history
Author: Jörn Friedrich Dreyer <[email protected]>
Date:   Thu Jan 26 11:54:32 2023 +0100

    fix populating user drive and drives (#5426)

    * fix populating user drive and drives

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>

    * update changelog

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>

    * fix test condition

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
  • Loading branch information
butonic committed Jan 26, 2023
1 parent 98f9066 commit e958875
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/_includes/adoc/global_configvars.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ a| [subs=-attributes]
++false ++

a| [subs=-attributes]
Flag to enable or disable the creation of the demo users.
The default role assignments the demo users should be setup.

a| `LDAP_BIND_DN`

Expand Down Expand Up @@ -593,7 +593,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`

Expand Down Expand Up @@ -849,7 +849,7 @@ a| [subs=-attributes]
++false ++

a| [subs=-attributes]
Whether to verify the server TLS certificates.
Whether the ocis server should skip the client certificate verification during the TLS handshake.

a| `OCIS_JWT_SECRET`

Expand Down Expand Up @@ -1131,7 +1131,7 @@ a| [subs=-attributes]
++ ++

a| [subs=-attributes]
ID of the oCIS storage-system system user. Admins need to set the ID for the STORAGE-SYSTEM system user in this config option which is then used to reference the user. Any reasonable long string is possible, preferably this would be an UUIDv4 format.
ID of the oCIS STORAGE-SYSTEM system user. Admins need to set the ID for the STORAGE-SYSTEM system user in this config option which is then used to reference the user. Any reasonable long string is possible, preferably this would be an UUIDv4 format.

a| `OCIS_SYSTEM_USER_IDP`

Expand Down

0 comments on commit e958875

Please sign in to comment.