fix: use zsapi Base URL for Public API traffic [PAPP-37951] - #45
Merged
Conversation
|
Merging this PR will release 3.0.3 (2026-07-21)Connector release changes
|
athreya-splunk
approved these changes
Jul 21, 2026
|
🎉 This PR is included in version 3.0.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Summary
Zscaler is deprecating
https://admin.<Zscaler Cloud Name>for Public API traffic in September. This PR updates the Zscaler connector to point users at the newzsapiendpoint and documents the change, so existing assets keep working after the deprecation.Changes
manual_readme_content.md, regenerated intoREADME.md) instructing users to update their asset Base URL fromadmintohttps://zsapi.<Zscaler Cloud Name>.zscaler.jsonfromhttps://admin.zscaler_instance.nettohttps://zsapi.zscaler_instance.net.zscaler_connector.py(L134) to reference thezsapiBase URL example.Why
The
admin.<cloud>host stops serving Public API traffic in September. Assets still pointing at it will break; switching the Base URL tozsapikeeps the app functional. A matching note was added to the Splunkbase app description.Testing
Verified against a
zscalerbetatenant in Splunk SOAR:test connectivitypasses with thezsapiBase URL.https://zsapi.zscalerbeta.net/...(confirmed in console output).Reference