Red Canary Cloud Workload Protection (CWP) endpoints’ subscription plan can be changed by editing the configuration file.
Updating Configuration
Configuration file
/opt/redcanary/config.json
Update subscription_plan to be Managed.
Sample config.json before edit
{
"access_token": "...",
"subscription_plan": "Free": { "aws_key": "...", "aws_secret": "...", "bucket_name": "...", bucket_region: ["us-east-2"] }
}
Sample config.json after edit
{
"access_token": "...",
"subscription_plan": "Managed"
}
Restart Agent
Make the CWP agent launch with the updated configuration by restarting the cfsvcd service.
sudo systemctl restart cfsvcd
Verification
In the CWP Portal, navigate to the endpoint that was just changed to Managed and check the section, All System Reporting Tags. The change should be reflected under the Subscription tag and may take several minutes to appear.