Closed khushboo9024 closed 4 months ago
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: https://github.com/oracle/oci-go-sdk/issues/474
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
This issue was closed because it has been stalled for 90 days with no activity.
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.0Plugin version (
steampipe plugin list
) Example: v0.5.0To 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.