forgeops repository
| 
 This page describes the legacy CDM implementation, which will be deprecated in an upcoming release. We strongly recommend that you transition to the current CDM implementation as soon as possible.  | 
Before you can deploy the CDK or the CDM, you must first get the
forgeops repository and check out the release/7.2-20240117 branch:
- 
Clone the
forgeopsrepository. For exmple:$ git clone https://github.com/ForgeRock/forgeops.git
The
forgeopsrepository is a public Git repository. You do not need credentials to clone it. - 
Check out the
release/7.2-20240117branch:$ cd forgeops $ git checkout
release/7.2-20240117 
Depending on your organization’s repository strategy, you might need to
clone the repository from a fork, instead of cloning ForgeRock’s master
repository. You might also need to create a working branch from the
release/7.2-20240117 branch. For more information,
see Repository Updates.