You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the latest release v0.11.0 with env variable REST_API_AUTHORIZATION_ENABLED is set to true. The ingestion roll back seems failing and the GMS log shows that the user is not authorized to delete entities, even though we are logged in as datahub root user who didn’t touch anything on permissions
To Reproduce
Steps to reproduce the behavior:
Locally deploy a latest Datahub release with env variable REST_API_AUTHORIZATION_ENABLED set to true
log in as datahub user
Run a sample ingestion which will produce some metadata
Roll back ingestion, you'll see the failure
Expected behavior
User with admin role or root user should be able to roll back ingestion
Additional context
GMS log is saying user is unauthorized to delete entities.
Caused by: com.linkedin.restli.server.RestLiServiceException: User is unauthorized to delete entities.
at com.linkedin.metadata.resources.entity.BatchIngestionRunResource.lambda$rollback$7(BatchIngestionRunResource.java:133)
at com.linkedin.metadata.restli.RestliUtil.toTask(RestliUtil.java:30)
at com.linkedin.metadata.restli.RestliUtil.toTask(RestliUtil.java:50)
at com.linkedin.metadata.resources.entity.BatchIngestionRunResource.rollback(BatchIngestionRunResource.java:112)
The text was updated successfully, but these errors were encountered:
Describe the bug
In the latest release v0.11.0 with env variable REST_API_AUTHORIZATION_ENABLED is set to true. The ingestion roll back seems failing and the GMS log shows that the user is not authorized to delete entities, even though we are logged in as datahub root user who didn’t touch anything on permissions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
User with admin role or root user should be able to roll back ingestion
Additional context
GMS log is saying user is unauthorized to delete entities.
The text was updated successfully, but these errors were encountered: