Skip to content

Commit

Permalink
commit ecddaef
Browse files Browse the repository at this point in the history
Merge: 0ef1826 81e731f
Author: David Christofas <dchristofas@owncloud.com>
Date:   Mon Apr 11 11:23:37 2022 +0200

    Merge pull request #3467 from owncloud/user-group-audit

    implement user and group audit events
  • Loading branch information
David Christofas committed Apr 11, 2022
1 parent 0cf10c5 commit f3cb7a2
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 9 deletions.
3 changes: 3 additions & 0 deletions extensions/_includes/graph-config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ identity:
group_filter: (objectclass=groupOfNames)
group_name_attribute: cn
group_id_attribute: owncloudUUID
events:
events_endpoint: 127.0.0.1:9233
events_cluster: ocis-cluster
4 changes: 3 additions & 1 deletion extensions/_includes/graph_configvars.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@
| GRAPH_LDAP_GROUP_SEARCH_SCOPE | string | sub | |
| GRAPH_LDAP_GROUP_FILTER | string | (objectclass=groupOfNames) | |
| GRAPH_LDAP_GROUP_NAME_ATTRIBUTE | string | cn | |
| GRAPH_LDAP_GROUP_ID_ATTRIBUTE | string | owncloudUUID | |
| GRAPH_LDAP_GROUP_ID_ATTRIBUTE | string | owncloudUUID | |
| GRAPH_EVENTS_ENDPOINT | string | 127.0.0.1:9233 | the address of the streaming service|
| GRAPH_EVENTS_CLUSTER | string | ocis-cluster | the clusterID of the streaming service. Mandatory when using nats|
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/accounts/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.accounts.v0"
url: /grpc_apis/ocis_messages_accounts_v0
date: 2022-04-11T09:15:13Z
date: 2022-04-11T09:26:11Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/settings/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.settings.v0"
url: /grpc_apis/ocis_messages_settings_v0
date: 2022-04-11T09:15:13Z
date: 2022-04-11T09:26:11Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/store/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.store.v0"
url: /grpc_apis/ocis_messages_store_v0
date: 2022-04-11T09:15:13Z
date: 2022-04-11T09:26:11Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/thumbnails/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.thumbnails.v0"
url: /grpc_apis/ocis_messages_thumbnails_v0
date: 2022-04-11T09:15:13Z
date: 2022-04-11T09:26:11Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/accounts/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.accounts.v0"
url: /grpc_apis/ocis_services_accounts_v0
date: 2022-04-11T09:15:13Z
date: 2022-04-11T09:26:11Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/settings/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.settings.v0"
url: /grpc_apis/ocis_services_settings_v0
date: 2022-04-11T09:15:13Z
date: 2022-04-11T09:26:11Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/store/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.store.v0"
url: /grpc_apis/ocis_services_store_v0
date: 2022-04-11T09:15:13Z
date: 2022-04-11T09:26:11Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/thumbnails/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.thumbnails.v0"
url: /grpc_apis/ocis_services_thumbnails_v0
date: 2022-04-11T09:15:13Z
date: 2022-04-11T09:26:11Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down

0 comments on commit f3cb7a2

Please sign in to comment.