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

feat(acl): allow a permission to apply to a subset of target platforms #9014

Merged
merged 3 commits into from Feb 28, 2024

Conversation

lucasfernog
Copy link
Member

This PR modifies the permission schema to include a platforms field that works similar to the capability configuration option. It is an optional array where you can configure a permission to be applied only for the given list of target platforms (macOS, linux, windows, iOS and android). By default all platforms are associated with the permission.

The integration test demonstrates how this works and how it can be used.

@lucasfernog lucasfernog requested a review from a team as a code owner February 28, 2024 02:41
@lucasfernog lucasfernog merged commit d7f56fe into dev Feb 28, 2024
32 checks passed
@lucasfernog lucasfernog deleted the feat/permission-platforms branch February 28, 2024 20:23
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.

None yet

2 participants