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

Whitelisting of public packages #115

Closed
hutdev opened this issue Feb 20, 2015 · 1 comment
Closed

Whitelisting of public packages #115

hutdev opened this issue Feb 20, 2015 · 1 comment
Milestone

Comments

@hutdev
Copy link

hutdev commented Feb 20, 2015

In a corporate environment administrators may want to restrict access to public packages by providing a whitelist of packages that developers may use.

I propose a feature by which server administrators can configure such a whitelist and all packages retrieved from the public registry will be filtered against said whitelist. I suggest the whitelist to be configured as a property in the server's config JSON, e. g.:

"publicPackagesWhitelist" : ["angular"]

The filter will be applied to bower search as well as bower install of course.
If the property is omitted in the config JSON, all packages from the public registry will be provided.

@Hacklone
Copy link
Owner

Hey,
This is a great idea, will put this on v1.0
Thanks 👍

@Hacklone Hacklone added this to the 1.0 milestone Mar 29, 2015
Hacklone added a commit that referenced this issue Apr 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants