Skip to content

fix: add OneAPI gov/govus cloud support; fix ZPA timeout rule reauth keys#534

Merged
willguibr merged 3 commits into
masterfrom
zia-#534-fix-fed-oneapi-upgrade
Jun 23, 2026
Merged

fix: add OneAPI gov/govus cloud support; fix ZPA timeout rule reauth keys#534
willguibr merged 3 commits into
masterfrom
zia-#534-fix-fed-oneapi-upgrade

Conversation

@willguibr

@willguibr willguibr commented Jun 23, 2026

Copy link
Copy Markdown
Member

Enhancement (#526): Add OneAPI (Zidentity) support for government (FedRAMP) clouds. Setting cloud=gov or cloud=govus now routes OAuth to the correct Zidentity provider (zidentitygov.net / zidentitygovus.net) and API calls to the correct gateway (api.zscalergov.net / api.zscalergov.us).

Fix (#534): ZPA add_timeout_rule (v1) now serializes re_auth_timeout/ re_auth_idle_timeout to the API's reauthTimeout/reauthIdleTimeout keys instead of the rejected reAuth* form.

Provide a general summary of your changes in the title above. You should
remove this overview, any sections and any section descriptions you
don't need below before submitting. There isn't a strict requirement to
use this template if you can structure your description and still cover
these points.

Description

Describe your changes in detail through motivation and context. Why is
this change required? What problem does it solve? If it fixes an open
issue, link to the issue using GitHub's closing issues keywords1.

Has your change been tested?

Explain how the change has been tested and what you ran to confirm your
change affects other parts of the code. Automated tests are generally
expected and changes without tests should explain why they aren't
required.

Screenshots (if appropriate):

Types of changes

What sort of change does your code introduce/modify?

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • This change is using publicly documented and stable APIs.

…keys

Enhancement (#526): Add OneAPI (Zidentity) support for government (FedRAMP)
clouds. Setting cloud=gov or cloud=govus now routes OAuth to the correct
Zidentity provider (zidentitygov.net / zidentitygovus.net) and API calls to
the correct gateway (api.zscalergov.net / api.zscalergov.us).

Fix (#534): ZPA add_timeout_rule (v1) now serializes re_auth_timeout/
re_auth_idle_timeout to the API's reauthTimeout/reauthIdleTimeout keys
instead of the rejected reAuth* form.
@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@willguibr willguibr self-assigned this Jun 23, 2026
@willguibr willguibr added 🐛 type/bug :bug: type/bug documentation Improvements or additions to documentation type/enhancement New feature or request python Pull requests that update Python code priority/high priority/high labels Jun 23, 2026
@willguibr willguibr moved this to ⚙️ In development in Zscaler Automation Dashboard 🛣 Jun 23, 2026
@willguibr willguibr merged commit 7f802ad into master Jun 23, 2026
73 checks passed
@github-project-automation github-project-automation Bot moved this from ⚙️ In development to 🚀 Shipped in Zscaler Automation Dashboard 🛣 Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 type/bug :bug: type/bug documentation Improvements or additions to documentation priority/high priority/high python Pull requests that update Python code type/enhancement New feature or request

Projects

Status: 🚀 Shipped

Development

Successfully merging this pull request may close these issues.

OneAPI client constructs invalid OAuth and API base URLs for GOV and GOV-US clouds

1 participant