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
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