# chef-boundary-events-handler **Repository Path**: mirrors_boundary/chef-boundary-events-handler ## Basic Information - **Project Name**: chef-boundary-events-handler - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Chef Boundary Events Handler === This is a Chef handler for taking successful changes and exceptions via Chef and creating Boundary Events from them. Requirements --- You will need your Boundary Org ID and API key. This cookbook requires the "chef_handler" cookbook. Setup --- Create a data bag named "boundary/account" with the json: { "id": "account", "orgid": "your-orgid-here", "apikey": "your-apikey-here" } Add the `chef-boundary-events-handler` cookbook your node - via run_list, to a "base" cookbook, whatever works best for your environment