Adding an API key for the Deployment Manager package feed
Published 07 August 2013
By default, the embedded Deployment Manager package feed does not require an API Key. If you want to control who can push packages to the feed, you can add an API key:
- On the computer where you installed the Deployment Manager server, go to the installation location. By default, this is:
C:\Program Files (x86)\Red Gate\Deployment Manager - Open the NuGet folder, and then open the web.config file in a text editor.
- Under <appSettings>, change the
key="requireApiKey"value to"true". - For
key="apiKey", specify the value you want to use as the API key (password) for the feed. - Save your changes to web.config.
The API key you specified will now be required when any user wants to push packages to the Deployment Manager feed.
This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved