oracle: add IMDSv2 functional test resources - #20
Open
chl117 wants to merge 1 commit into
Open
Conversation
Add an OCI metadata fixture and a local HTTP server that enforces the IMDSv2 Authorization: Bearer Oracle header. Add functional coverage proving that unauthorized requests are rejected and that Cloudbase-Init retrieves, decodes, and executes OCI user data. Document how to run the Oracle functional tests. AI-assisted contribution: I reviewed the change and submit it under the DCO terms at https://github.com/cloudbase/cloudbase-init/blob/master/DCO#L16 (clause (a) — the contribution is mine). Signed-off-by: Lucas Quinney <lucas.quinney@oracle.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add an OCI metadata fixture and a local HTTP server that enforces the
IMDSv2
Authorization: Bearer Oracleheader.Add functional coverage proving that unauthorized requests are rejected
and that Cloudbase-Init retrieves, decodes, and executes OCI user data.
Document how to run the Oracle functional tests.
Related implementation: cloudbase/cloudbase-init#205
Testing
Validated on a GitHub-hosted Windows runner with Python 3.14 and x64:
OracleCloudServiceloaded successfullyTest run: https://github.com/chl117/cloudbase-init/actions/runs/30313268887
DCO sign-off on the commit.