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

#OBS-I165: Dataset audit using user token #242

Merged
merged 290 commits into from
Sep 16, 2024
Merged

#OBS-I165: Dataset audit using user token #242

merged 290 commits into from
Sep 16, 2024

Conversation

Rakshitha-D
Copy link

No description provided.

JeraldJF and others added 30 commits July 15, 2024 18:07
#OBS-I116: Dataset create api fixes
- Added endpoint. as optional config to support the minio
#OBS-I58 feat: Minio cloud store support
#OBS-I116: feat: Dataschema api implementation v2
#OBS-I116: Dataset CRUD apis test fixes
Copy link
Collaborator

@HarishGangula HarishGangula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Handle the RBAC disabled scenario
  2. Update the created by and updated by with user id instead of role

id: "SYSTEM",
type: "User"
id: userInfo?.id || "SYSTEM",
type: userInfo?.roles[0] || "User",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is always user

@HarishGangula HarishGangula merged commit 593cae6 into 1.1-RC Sep 16, 2024
1 check passed
@HarishGangula HarishGangula deleted the dataset-audit branch September 16, 2024 09:05
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.

9 participants