Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Create API key per packages
-
Hello,
Are there any ways to generate API keys for each packages in chocolatey feeds?
For example, I have 2 project and now I want to have 2 different API key. So the API key oflua
project can't be used onnotepad2
project.
As I know the API Key that generated in
Settings
will be used for all packages.
-
ProGet does not support package-level permissions; you would need to create separate feeds, or create a custom package filter (in C#) that could have some sort of filtering logic per user.