Merged
Conversation
- Replace all orkes.io doc links with docs.conductor-oss.org - Remove Orkes Developer Edition promotional links from READMEs - python main.py: use mustache sections to conditionally include AuthenticationSettings only when auth_key is configured (for OSS, generates clean Configuration(server_api_url='...')) Affects: python/worker/core, go/worker/core, java/worker/spring, csharp/worker/core
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
orkes.iodoc links withdocs.conductor-oss.orgin all READMEsmain.py: use Mustache sections to conditionally includeAuthenticationSettingsonly whenauth_keyis configured — OSS users get cleanConfiguration(server_api_url='http://localhost:8080/api')with no auth boilerplateDetails
README links (#18)
All language READMEs (Python, Go, Java, C#) updated:
https://orkes.io/content/core-concepts→https://docs.conductor-oss.org/documentation/https://orkes.io/content/developer-guides/using-workers→https://docs.conductor-oss.org/devguide/concepts/workers/Python main.py (#15)
Before (broken for OSS — empty strings):
After (OSS with no auth configured):
After (Orkes with auth configured):
Works with the CLI fix in conductor-oss/conductor-cli#78 that defaults
server_urltohttp://localhost:8080/api.Related issues
Closes conductor-oss/getting-started#18
Partially addresses conductor-oss/getting-started#15
🤖 Generated with Claude Code