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

Added config option to hide packages via user groups (#140) #141

Merged
merged 2 commits into from
Jan 5, 2021

Conversation

andersevenrud
Copy link
Member

The following configuration entry is now available:

{
  packages: {
    permissions: {
      PackageName: {
        // Set to true to match *all* groups instead of *some*
        strictGroups: false,
        groups: ['a', 'b', 'c']
      }
    }
  }
}

The following configuration entry is now available:

{
  packages: {
    permissions: {
      PackageName: {
        // Set to true to match *all* groups instead of *some*
        strictGroups: false,
        groups: ['a', 'b', 'c']
      }
    }
  }
}
@andersevenrud andersevenrud added the enhancement New feature or request label Jan 5, 2021
@andersevenrud andersevenrud self-assigned this Jan 5, 2021
@andersevenrud andersevenrud merged commit b02b19b into master Jan 5, 2021
@andersevenrud andersevenrud deleted the feature/configurable-application-groups branch January 6, 2021 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant