mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-20 12:34:30 -04:00
add changelopg
This commit is contained in:
15
changelog/unreleased/ocs-user-deprovisioning.md
Normal file
15
changelog/unreleased/ocs-user-deprovisioning.md
Normal file
@@ -0,0 +1,15 @@
|
||||
Enhancement: User Deprovisioning for the OCS API
|
||||
|
||||
Use the CS3 API and Reva to deprovision users completely.
|
||||
|
||||
Two new environment variables introduced:
|
||||
```
|
||||
OCS_IDM_ADDRESS
|
||||
STORAGE_USERS_DRIVER
|
||||
```
|
||||
|
||||
`OCS_IDM_ADDRESS` is also an alias for `OCIS_URL`; allows the OCS service to mint jwt tokens for the authenticated user that will be read by the reva authentication middleware.
|
||||
|
||||
`STORAGE_USERS_DRIVER` determines how a user is deprovisioned. This kind of behavior is needed since every storage driver deals with deleting differently.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/1962
|
||||
Reference in New Issue
Block a user