feat: add Azure DevOps enterprise integration support#238
Open
zerofltexx wants to merge 2 commits into
Open
Conversation
5 tasks
463deaa to
8211a9e
Compare
556f4cd to
97b5cbf
Compare
Add support for Azure DevOps as an enterprise identity provider with automatic organization discovery. The integration uses Azure AD app registration for authentication and automatically discovers user organizations via the Azure DevOps Accounts API. Changes: - Add azureDevOps configuration to values.yaml with tenant ID and secret support - Add Azure DevOps environment variables and keycloak configuration - Add ingress route for Azure DevOps integration endpoint - Update README with Azure DevOps setup instructions including secret configuration - Use auto-discovery for organizations instead of manual configuration
97b5cbf to
deed8ff
Compare
…nterprise-support # Conflicts: # charts/openhands/Chart.yaml # charts/openhands/templates/_env.yaml # charts/openhands/templates/keycloak-config-script.yaml # charts/openhands/values.yaml
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.
Add Azure DevOps Enterprise Integration Support
Add support for Azure DevOps as an enterprise identity provider with automatic organization discovery. The
integration uses Azure AD app registration for authentication and automatically discovers user organizations
via the Azure DevOps Accounts API. This is to support OpenHands/OpenHands/pull/11667
Changes:
Description
This PR adds Azure DevOps as a supported enterprise identity provider, following the same integration pattern
as existing providers (GitHub, GitLab, BitBucket).
Key Features:
Azure DevOps Accounts API, eliminating the need for manual configuration
configurable
tenantIdfieldImplementation Details:
Accounts API
azuredevops-app) for storing client credentials/integration/azuredevops/*for Azure DevOps-specific endpointsHelm Chart Checklist
versionfield inChart.yamlfor each modified chartAdditional Notes
Backwards Compatibility:
This change is fully backwards compatible. The Azure DevOps integration is disabled by default
(
azureDevOps.enabled: false) and requires explicit configuration to enable.Documentation:
Complete setup instructions have been added to the README, including:
Testing:
To test this integration, you'll need: