Skip to content

fix(oci): fix identity clients#10520

Merged
danibarranqueroo merged 9 commits intoprowler-cloud:masterfrom
rchotacode:fix/fix-boot-and-file-regions
Mar 31, 2026
Merged

fix(oci): fix identity clients#10520
danibarranqueroo merged 9 commits intoprowler-cloud:masterfrom
rchotacode:fix/fix-boot-and-file-regions

Conversation

@rchotacode
Copy link
Copy Markdown
Contributor

Context

Fix #10519

Description

Fixes errors related to the identity client not being created with config overrides

Steps to review

Ensure clients are being created with correct region overrides

Checklist

Community Checklist
  • This feature/issue is listed in here or roadmap.prowler.com
  • Is it assigned to me, if not, request it via the issue/feature in here or Prowler Community Slack

SDK/CLI

  • Are there new checks included in this PR? Yes / No
    • If so, do we need to update permissions for the provider? Please review this carefully.

UI

  • All issue/task requirements work as expected on the UI
  • Screenshots/Video of the functionality flow (if applicable) - Mobile (X < 640px)
  • Screenshots/Video of the functionality flow (if applicable) - Table (640px > X < 1024px)
  • Screenshots/Video of the functionality flow (if applicable) - Desktop (X > 1024px)
  • Ensure new entries are added to CHANGELOG.md, if applicable.

API

  • All issue/task requirements work as expected on the API
  • Endpoint response output (if applicable)
  • EXPLAIN ANALYZE output for new/modified queries or indexes (if applicable)
  • Performance test results (if applicable)
  • Any other relevant evidence of the implementation (if applicable)
  • Verify if API specs need to be regenerated.
  • Check if version updates are required (e.g., specs, Poetry, etc.).
  • Ensure new entries are added to CHANGELOG.md, if applicable.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@rchotacode rchotacode requested review from a team as code owners March 30, 2026 18:18
@github-actions github-actions bot added the provider/oci Issues/PRs related with the OCI provider label Mar 30, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 30, 2026

Conflict Markers Resolved

All conflict markers have been successfully resolved in this pull request.

@github-actions github-actions bot added the community Opened by the Community label Mar 30, 2026
@rchotacode rchotacode changed the title Fix/fix boot and file regions fix(oci): boot and file regions identity client Mar 30, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 30, 2026

Codecov Report

❌ Patch coverage is 90.90909% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 59.88%. Comparing base (ab00c2d) to head (d19afcc).
⚠️ Report is 1 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (ab00c2d) and HEAD (d19afcc). Click for more details.

HEAD has 3 uploads less than BASE
Flag BASE (ab00c2d) HEAD (d19afcc)
prowler-py3.11-m365 1 0
prowler-py3.10-m365 1 0
prowler-py3.12-m365 1 0
Additional details and impacted files
@@             Coverage Diff             @@
##           master   #10520       +/-   ##
===========================================
- Coverage   87.90%   59.88%   -28.02%     
===========================================
  Files         123       87       -36     
  Lines        5176     2862     -2314     
===========================================
- Hits         4550     1714     -2836     
- Misses        626     1148      +522     
Flag Coverage Δ
prowler-py3.10-m365 ?
prowler-py3.10-oraclecloud 59.88% <90.90%> (?)
prowler-py3.11-m365 ?
prowler-py3.11-oraclecloud 59.88% <90.90%> (?)
prowler-py3.12-m365 ?
prowler-py3.12-oraclecloud 59.88% <90.90%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
prowler 59.88% <90.90%> (-28.02%) ⬇️
api ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rchotacode rchotacode changed the title fix(oci): boot and file regions identity client fix(oci): fix identity clients Mar 30, 2026
@danibarranqueroo danibarranqueroo added the backport-to-v5.22 Backport PR to the v5.22 branch label Mar 31, 2026
Copy link
Copy Markdown
Member

@danibarranqueroo danibarranqueroo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this! 🚀

@danibarranqueroo danibarranqueroo merged commit d18c5a8 into prowler-cloud:master Mar 31, 2026
31 of 34 checks passed
@prowler-bot
Copy link
Copy Markdown
Collaborator

💚 All backports created successfully

Status Branch Result
v5.22

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

@prowler-bot prowler-bot added the was-backported The PR was successfully backported to the target branch label Mar 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-to-v5.22 Backport PR to the v5.22 branch community Opened by the Community provider/oci Issues/PRs related with the OCI provider was-backported The PR was successfully backported to the target branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[OCI] Filestorage and blockstorage identity client creation need region override

3 participants