Skip to content

Commit 0713c85

Browse files
committed
chore: Include ResourceTypes as a realmEntity for the amster export script
Include ResourceTypes in the list of realmEntities. ref: FORGEOPS-6715
1 parent 65294c2 commit 0713c85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Secret Agent has been updated to v1.2.12 to patch security issues. The prereqs
3434
command has been updated to install this new version.
3535

3636
### New product patch release versions
37-
8.1.1 patch versions for all Ping Advanced Identity Softward products.
37+
8.1.1 patch versions for all Ping Advanced Identity Software products.
3838
PingIDM 8.0.2
3939

4040
### Extra values for prereqs

docker/amster/scripts/export.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mkdir -p $EXPORT_DIR
1111
if [[ "$1" == "full" ]]; then
1212
realmEntities=""
1313
else
14-
realmEntities="--realmEntities 'OAuth2Clients IdentityGatewayAgents J2eeAgents WebAgents SoapStsAgents Policies CircleOfTrust Saml2Entity Applications TrustedJwtIssuer'"
14+
realmEntities="--realmEntities 'OAuth2Clients IdentityGatewayAgents J2eeAgents WebAgents SoapStsAgents Policies CircleOfTrust Saml2Entity Applications TrustedJwtIssuer ResourceTypes'"
1515
fi
1616

1717
# Create Amster export script.

0 commit comments

Comments
 (0)