You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
khushboo9024 opened this issue
Jan 24, 2024
· 4 comments
Assignees
Labels
blockedWork on this issue is currently blockedbugSomething isn't workingstaleNo recent activity has been detected on this issue/PR and it will be closed
Describe the bug platform_config cloumn is coming null in table oci_core_instance.
We need to check whether secure boot is enabled or disabled. (Required for CIS V2.0.0)
Steampipe version (steampipe -v)
Example: v0.3.0
Plugin version (steampipe plugin list)
Example: v0.5.0
To reproduce
Steps to reproduce the behavior (please include relevant code and/or commands).
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
We are currently utilizing the ListInstances API from the github.com/oracle/oci-go-sdk/v65/core Go Package to list instances in our environment. Our requirement includes retrieving PlatformConfig details provided by this API. However, we consistently receive a null value for the PlatformConfig attribute.
I have raised an issue with the SDK side addressing this issue. Issue ref: oracle/oci-go-sdk#474
blockedWork on this issue is currently blockedbugSomething isn't workingstaleNo recent activity has been detected on this issue/PR and it will be closed
Describe the bug
platform_config
cloumn is coming null in table oci_core_instance.We need to check whether secure boot is enabled or disabled. (Required for CIS V2.0.0)
Steampipe version (
steampipe -v
)Example: v0.3.0
Plugin version (
steampipe plugin list
)Example: v0.5.0
To reproduce
Steps to reproduce the behavior (please include relevant code and/or commands).
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: