Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix platform_config column in table oci_core_instance #595

Open
khushboo9024 opened this issue Jan 24, 2024 · 3 comments
Open

Fix platform_config column in table oci_core_instance #595

khushboo9024 opened this issue Jan 24, 2024 · 3 comments
Assignees
Labels
blocked Work on this issue is currently blocked bug Something isn't working stale No recent activity has been detected on this issue/PR and it will be closed

Comments

@khushboo9024
Copy link
Contributor

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.

@khushboo9024 khushboo9024 added the bug Something isn't working label Jan 24, 2024
@ParthaI
Copy link
Contributor

ParthaI commented Jan 25, 2024

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

@ParthaI ParthaI added the blocked Work on this issue is currently blocked label Jan 25, 2024
Copy link

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.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Mar 25, 2024
@ParthaI ParthaI removed the stale No recent activity has been detected on this issue/PR and it will be closed label Apr 19, 2024
Copy link

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.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Work on this issue is currently blocked bug Something isn't working stale No recent activity has been detected on this issue/PR and it will be closed
Projects
None yet
Development

No branches or pull requests

2 participants