Skip to content

Errors in console when using "config-manager pull all-static" #544

@atomicsamurai

Description

@atomicsamurai

Frodo CLI version

You are running the homebrew release.
cli: v4.0.0-6
lib: v4.0.0-7
node: v24.13.0

Describe the issue

When running config-manager pull all-static, several errors are shown in the terminal. It is also not clear if all the config was pulled successfully.

frodo config-manager pull all-static -D . yyc-dev
(node:64699) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `frodo --trace-deprecation ...` to show where the warning was created)
Connected to https://openam-yyc-dev.forgeblocks.com/am [alpha] as service account Frodo-SA-1769536954914 [9dcc20f3-5bd4-4a57-b9c2-e666db474c46]
Error exporting config entity ui-configuration
Cannot read properties of null (reading 'meta')
Error exporting config entity endpoints
Error reading / realm journeys
  Network error:
    URL: https://openam-yyc-dev.forgeblocks.com/am/json/realms/root/realm-config/authentication/authenticationtrees/trees?_queryFilter=true
    Status: 403
    Code: ERR_BAD_REQUEST
    Reason: Forbidden
    Message: This operation is not available in PingOne Advanced Identity Cloud.
Error reading config entity /OrgPrivileges
  Network error:
    URL: https://openam-yyc-dev.forgeblocks.com/openidm/config//OrgPrivileges
    Status: 400
    Code: ERR_BAD_REQUEST
    Reason: Bad Request
    Message: Resource path '/openidm/config//OrgPrivileges' contains empty path elements
Error exporting config entity ui-configuration
Error getting config entity fieldPolicy//_user
  Error reading config entity fieldPolicy//_user
    Network error:
      URL: https://openam-yyc-dev.forgeblocks.com/openidm/config/fieldPolicy//_user
      Status: 404
      Code: ERR_BAD_REQUEST
      Reason: Not Found
      Message: Not Found
Error reading / realm scripts
  Network error:
    URL: https://openam-yyc-dev.forgeblocks.com/am/json/realms/root/scripts?_queryFilter=true
    Status: 403
    Code: ERR_BAD_REQUEST
    Reason: Forbidden
    Message: This operation is not available in PingOne Advanced Identity Cloud.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions