Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to list journey/tree from subrealms #100

Closed
kurtvm opened this issue Sep 28, 2022 · 2 comments · Fixed by #103
Closed

unable to list journey/tree from subrealms #100

kurtvm opened this issue Sep 28, 2022 · 2 comments · Fixed by #103
Assignees
Labels
bug Something isn't working

Comments

@kurtvm
Copy link

kurtvm commented Sep 28, 2022

Frodo CLI version

Provide output of frodo -v
cli: v0.13.1
lib: v0.12.4
node: v18.5.0

Describe the issue

OpenAM 7.1.2 with realms

  • root realm /
  • subrealm /common
  • subrealm /common/partner
  • subrealm /common/organisation

frodo is able to list journeys in /common realm, but not /common/partner and /common/organisation
example
./frodo journey list http://server:8080/openam /common amadmin password
Classic deployment detected.
Connected to ForgeRock Access Management 7.1.2 Build 1b8a956b868a6794e652f23a878e694c07b8ecc9 (2022-March-11 20:06)
Listing journeys in realm "/common"...
TREE1
TREE2
TREE3

/common/partner contains one tree -> none are found
./frodo journey list http://server:8080/openam /common/partner amadmin password
Classic deployment detected.
Connected to ForgeRock Access Management 7.1.2 Build 1b8a956b868a6794e652f23a878e694c07b8ecc9 (2022-March-11 20:06)
Listing journeys in realm "/common/partner"...
Request failed with status code 404
{
code: 404,
reason: 'Not Found',
message: "Resource 'partner/realm-config/authentication/authenticationtrees/trees' not found"
}

/common/organisation contains one tree -> none are found
./frodo journey list http://server:8080/openam /common/organisation amadmin password
Classic deployment detected.
Connected to ForgeRock Access Management 7.1.2 Build 1b8a956b868a6794e652f23a878e694c07b8ecc9 (2022-March-11 20:06)
Listing journeys in realm "/common/organisation"...
Request failed with status code 404
{
code: 404,
reason: 'Not Found',
message: "Resource 'organisation/realm-config/authentication/authenticationtrees/trees' not found"
}

@kurtvm kurtvm added the bug Something isn't working label Sep 28, 2022
@vscheuber vscheuber self-assigned this Sep 28, 2022
@vscheuber
Copy link
Contributor

Confirmed, looking into this. Nested realms seem to be broken.

@vscheuber vscheuber transferred this issue from rockcarver/frodo-cli Sep 29, 2022
@vscheuber
Copy link
Contributor

Fixed in:

cli: v0.13.2
lib: v0.12.5

vscheuber added a commit to vscheuber/frodo-lib that referenced this issue Aug 28, 2023
Update installation instructions
vscheuber added a commit to vscheuber/frodo-lib that referenced this issue Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants