Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decomposedfs now ignores the idp #3266

Merged
merged 2 commits into from
Sep 26, 2022
Merged

Conversation

butonic
Copy link
Contributor

@butonic butonic commented Sep 23, 2022

We no longer persist the IDP of a user id in decomposedfs grants. As a consequence listing or reading Grants no longer returns the Idp for the Creator.
It never did for the Grantee. Whatever credentials are used to authenticate a user we internally have to create a uuid anyway. Either by lookung it up in an external service (eg. LDAP or SIEM) or we autoprovision it.

Signed-off-by: Jörn Friedrich Dreyer jfd@butonic.de

@butonic butonic requested a review from micbar September 23, 2022 14:18
@butonic
Copy link
Contributor Author

butonic commented Sep 23, 2022

@micbar we never persisted the Idp for the grantee and there was actually a bug that dropped the creator when updating a share which this pr fixes as well... 🤞

@butonic butonic force-pushed the decomposedfs-drop-idp branch 3 times, most recently from 7202710 to 93622bc Compare September 23, 2022 14:48
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
@butonic
Copy link
Contributor Author

butonic commented Sep 26, 2022

owncloud/ocis#4658 is green

@butonic butonic merged commit 91e5930 into cs3org:edge Sep 26, 2022
@butonic
Copy link
Contributor Author

butonic commented Sep 26, 2022

@kobergj yep, ocis pipeline was green https://drone.owncloud.com/owncloud/ocis/15713

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants