Skip to content

oci_identity_domain only shows domains in root compartment #660

Description

@hslange

Describe the bug
We have multiple identity domains, some are in the root compartment, others are in different compartments.
The query "select * from oci_identity_domain" only shows the domains in the root compartment, not in any other compartment.

Steampipe version (steampipe -v)
v2.1.0

Plugin version (steampipe plugin list)
oci v1.1.0

To reproduce
create a compartment: test
in compartment test, create a new identity domain: test-domain
run steampipe query with "select * from oci_identity_domain", this will show only Identity Domains in the root compartment (at least "Default" but maybe others as well

Expected behavior
All Identity Domains in all compartments should be shown as result of the query.

Additional context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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