Describe the bug
We have 2 Identity Domains ("Default" and "MyIdentityDomain")
We have Dynamic groups in both Identity Domains
When we run steampipe with the query "select name from oci_identity_dynamic_group", the result will only show dynamic groups from the "Default" Identity Domain, not from "MyIdentityDomain"
Steampipe version (steampipe -v)
v2.1.0
Plugin version (steampipe plugin list)
oci 1.1.0
To reproduce
Create a second Identity Domain called: "MyIdentityDomain"
In MyIdentityDomain, create a dynamic group: my_dg_test
run steampipe query with the follwoing query: select name from oci_identity_dynamic_group
The result will not show the newly created dynamic group "my_dg_test"
Expected behavior
when running steampipe query with the query: select name from "oci_identity_dynamic_group" it is expected that the newmly created Dynamic Group (my_dg_test) in the "MyIdentityDomain" Indentity Domain is part of the result.
Additional context
Add any other context about the problem here.
Describe the bug
We have 2 Identity Domains ("Default" and "MyIdentityDomain")
We have Dynamic groups in both Identity Domains
When we run steampipe with the query "select name from oci_identity_dynamic_group", the result will only show dynamic groups from the "Default" Identity Domain, not from "MyIdentityDomain"
Steampipe version (
steampipe -v)v2.1.0
Plugin version (
steampipe plugin list)oci 1.1.0
To reproduce
Create a second Identity Domain called: "MyIdentityDomain"
In MyIdentityDomain, create a dynamic group: my_dg_test
run steampipe query with the follwoing query: select name from oci_identity_dynamic_group
The result will not show the newly created dynamic group "my_dg_test"
Expected behavior
when running steampipe query with the query: select name from "oci_identity_dynamic_group" it is expected that the newmly created Dynamic Group (my_dg_test) in the "MyIdentityDomain" Indentity Domain is part of the result.
Additional context
Add any other context about the problem here.