Added the billing system permissions for clarification #2290
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔎 Previews:
What does this solve?
This PR addresses feedback from a user regarding having to update the permissions in roles / permissions for admins to manage / read billing. There isn't much context to the ticket, but here it is. So, had to dive a bit deeper into this one, and found that system permissions do include Read billing and Manage billing, as seen on the image below:
However, those aren't listed on the docs:
I figured that was where the misunderstanding came from the user. But, not 100% sure why they say they had to update the permission for those if they're already included in the system permissions. I may be missing something here, so keen to hear thoughts.
Linear: https://linear.app/clerk/issue/DOCS-10394/update-docs-to-mention-permissions-needed-for-org-admins-to-manage
What changed?
Checklist