Add Jellyfish service provider configuration#44
Open
c1-dev-bot[bot] wants to merge 1 commit into
Open
Conversation
Add SCIM 2.0 service provider YAML for Jellyfish, an engineering management platform. Configures standard SCIM user/group sync with Bearer token authentication and group membership provisioning. Fixes: CXH-1705
Contributor
Connector PR Review: Add Jellyfish service provider configurationBlocking Issues: 0 | Suggestions: 0 | Threads Resolved: 0 Review SummaryThis PR adds a new Security IssuesNone found. Correctness IssuesNone found. SuggestionsNone. |
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
Adds a SCIM 2.0 service provider configuration for Jellyfish (engineering management / software engineering intelligence platform) to baton-scim.
jellyfish.yamlservice provider with standard SCIM 2.0 user/group field mappings, Bearer token authentication, and group membership provisioning (add/remove)jellyfishin the service provider listUsage
Open Questions (from issue research)
The following items need verification with access to a Jellyfish test account:
apiEndpointis set tohttps://app.jellyfish.co/scim/v2/based on Jellyfish's URL patterns. The actual SCIM base URL is tenant-specific and provided in the Jellyfish admin portal. If the URL differs, users can override with--scim-config-fileusing a custom YAML, or this file can be updated.rolespath. The issue notes the role catalog is "gated" — role sync/provisioning may need adjustment once the actual schema is confirmed.hasScimHeader: true(expectsapplication/scim+jsonAccept header). Some SCIM providers don't require this; toggle tofalseif Jellyfish rejects it.securesme.com), NOTjellyfish.co. This service provider is forjellyfish.co.Fixes: CXH-1705
Automated PR Notice
This PR was automatically created by c1-dev-bot as a potential implementation.
This code requires: