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

Removing user data according to GDPR does not work with the DevWorkspaces #21330

Closed
ibuziuk opened this issue Apr 12, 2022 · 1 comment
Closed
Labels
area/che-server kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.

Comments

@ibuziuk
Copy link
Member

ibuziuk commented Apr 12, 2022

Describe the bug

Docs: https://www.eclipse.org/che/docs/stable/administration-guide/removing-user-data/

Basically AdminPermissionInitializer is not bonded in the CHE_AUTH_NATIVEUSER and the following properties in the CR are not taken into consideration:

spec:
 server:
   customCheProperties:
     CHE_SYSTEM_SUPER__PRIVILEGED__MODE: 'true'
     CHE_SYSTEM_ADMIN__NAME: '<admin-name>'

Che version

7.44@latest

Steps to reproduce

Follow the Docs: https://www.eclipse.org/che/docs/stable/administration-guide/removing-user-data/
on the last step during the user removal as an admin you will get 403 - Permissions denied,

Expected behavior

Admin user can delete other user data from dd

Runtime

OpenShift

Screenshots

No response

Installation method

OperatorHub

Environment

other (please specify in additional context)

Eclipse Che Logs

No response

Additional context

In general, the user entries / management should not be part of the che-server anymore and should be removed - #21168 (comment)

@ibuziuk ibuziuk added kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system. area/che-server labels Apr 12, 2022
@ibuziuk
Copy link
Member Author

ibuziuk commented Apr 12, 2022

Fixed in main
cherry-picking to 7.46.x - eclipse-che/che-server#288

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/che-server kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.
Projects
None yet
Development

No branches or pull requests

1 participant