Updated clients and docs #371
Merged
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
This PR introduces comprehensive authorization client support and critical concurrency improvements for the Conductor Python SDK. It adds a full-featured authorization client for managing applications, users, groups, and access keys in Orkes Conductor, along with significant bug
fixes for async task execution and worker thread safety.
Key Changes
🔐 Authorization & Authentication
orkes_authorization_client.py): Complete implementation for managing:authorization_journey.py)🔧 Concurrency & Performance Fixes
Worker._pending_async_taskswith proper locking📚 Documentation Improvements
AUTHORIZATION.md- Complete authorization guideINTEGRATION.md- Integration patternsMETADATA.md- Metadata managementWORKFLOW_TESTING.md- Testing strategiesAGENTS.md- Agent patterns🧪 Testing
test_concurrency_bugs.py- Reproduces race conditionstest_concurrency_fixes.py- Validates fixestest_python_style_improvements.py- Style improvements🎯 Additional Improvements
Breaking Changes
None - All changes are backward compatible.