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

fix: Grant column permissions for demoUser on the operations table #3882

Merged
merged 2 commits into from
Oct 31, 2024

Conversation

DafyddLlyr
Copy link
Contributor

@DafyddLlyr DafyddLlyr commented Oct 30, 2024

The classic "forgot to toggle on column permissions" error 🙃

Copy link

github-actions bot commented Oct 30, 2024

🤖 Hasura Change Summary compared a subset of table metadata including permissions:

Updated Tables (2)

  • public.flows permissions:

    insert select update delete
    demoUser /
    1 added column permissions
    insert select update
    demoUser ➕ analytics_link
  • public.operations permissions:

    insert select update delete
    demoUser / /
    14 added column permissions
    insert select update
    demoUser ➕ actor_id
    ➕ created_at
    ➕ data
    ➕ flow_id
    ➕ id
    ➕ updated_at
    ➕ version
    ➕ actor_id
    ➕ created_at
    ➕ data
    ➕ flow_id
    ➕ id
    ➕ updated_at
    ➕ version

@DafyddLlyr DafyddLlyr requested a review from a team October 30, 2024 18:00
Copy link

github-actions bot commented Oct 30, 2024

Removed vultr server and associated DNS entries

Comment on lines +1080 to +1087
columns:
- id
- actor_id
- version
- data
- created_at
- updated_at
- flow_id
Copy link
Contributor Author

Choose a reason for hiding this comment

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

image

@@ -589,6 +589,7 @@
- role: demoUser
permission:
columns:
- analytics_link
Copy link
Contributor Author

Choose a reason for hiding this comment

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

image

Once I fixed the issue with missing column permissions on operations, I then hit this one.

@DafyddLlyr DafyddLlyr merged commit 68e989a into main Oct 31, 2024
12 checks passed
@DafyddLlyr DafyddLlyr deleted the dp/demoUser-operations-permissions branch October 31, 2024 08:51
@RODO94
Copy link
Contributor

RODO94 commented Oct 31, 2024

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.

3 participants