mirror of
https://github.com/documize/community.git
synced 2025-07-22 14:49:42 +02:00
sync Keycloak users with Documize
This commit is contained in:
parent
b2620e80e1
commit
8c062d592a
11 changed files with 178 additions and 55 deletions
|
@ -202,6 +202,7 @@ func init() {
|
|||
log.IfErr(Add(RoutePrefixPrivate, "users/{userID}", []string{"GET", "OPTIONS"}, nil, GetUser))
|
||||
log.IfErr(Add(RoutePrefixPrivate, "users/{userID}", []string{"PUT", "OPTIONS"}, nil, UpdateUser))
|
||||
log.IfErr(Add(RoutePrefixPrivate, "users/{userID}", []string{"DELETE", "OPTIONS"}, nil, DeleteUser))
|
||||
log.IfErr(Add(RoutePrefixPrivate, "users/sync", []string{"GET", "OPTIONS"}, nil, SyncKeycloak))
|
||||
|
||||
// Search
|
||||
log.IfErr(Add(RoutePrefixPrivate, "search", []string{"GET", "OPTIONS"}, nil, SearchDocuments))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue