Skip to content

oci_identity_dynamic_group only shows dynamic groups of Default Identity Domains #661

Description

@hslange

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.

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 workingsteampipeSteampipe plugin issues

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions