Removed features
July 12, 2021
- Cloud Deployment Quickstart (CDQ)
 - 
CDQ installation using the quickstart.sh script is no longer available in the
forgeopsrepository.As an alternative, install the CDK without developer features in order to deploy the Ping Identity Platform quickly. For more information, see the CDK documentation.
 
August 10, 2020
- AM, Amster, IDM, DS, and PingGateway Dockerfiles
 - 
Dockerfiles for building AM, Amster, IDM, DS, and PingGateway base images are no longer in the
forgeopsrepository. They’re now distributed with the AM, Amster, IDM, DS and PingGateway binaries.Base Docker images provides instructions for obtaining version 7 Dockerfiles and building base images using the Dockerfiles.
 
- Helm charts
 - 
Helm charts, which were used to deploy the Ping Identity Platform in earlier versions, are no longer used. They’ve been removed from the
forgeopsrepository. 
amsterpod- 
AM file-based configuration triggers Amster jobs as needed for importing and exporting AM run-time data.
Because of this, the
amsterpod has been removed from the CDK and CDM deployments. 
- PostgreSQL pod
 - 
IDM now uses DS for its repository.] Because of this, the PostgreSQL pod has been removed from the CDK and CDM deployments.
 
webpod- 
The
webpod has been removed from the CDK and CDM deployments. 
February 20, 2020
forgeops-initrepository- 
The
forgeops-initrepository is no longer available on GitHub. Previously, you used this repository as a starting point for creating a custom configuration repository.In the current version, starter configurations for AM, IDM, and PingGateway reside in the
forgeopsrepository. 
- bash scripts for CDM cluster creation
 - 
The bash scripts used for CDM cluster creation have been removed from the
forgeopsrepository.The current version uses Pulumi software to create clusters for CDM deployments instead of using bash scripts.
 
- Downloader utility
 - 
Binary images are needed when you build Docker images for the Ping Identity Platform. In the previous version, you obtained binary images of Ping Identity Platform software from Artifactory by using the Downloader utility provided in the
forgeopsrepository.The process for building Docker images for the Ping Identity Platform has changed. Instead of using the Downloader utility, obtain the images from ForgeRock BackStage.
See Base Docker images for more information.
 
- AM WAR file customization script
 - 
In previous versions, the customize-am.sh script provided a way to customize the AM web container before AM started.
This script has been removed from the
forgeopsrepository. To customize the AM web container, you can:- 
Create a Dockerfile that inherits from the AM base Docker image, and then overlay changes to the exploded AM WAR file into the /usr/local/tomcat/webapps/openam directory.
 - 
Customize the AM WAR file you downloaded from ForgeRock Backstage, and then copy it into the docker/6.5/am directory before you build an AM base image.
 
 -