OpenMetadata
OpenMetadata copied to clipboard
Add connection config
Describe your changes:
Fixes
I worked on ... because ...
Type of change:
- [ ] Bug fix
- [ ] Improvement
- [ ] New feature
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation
Checklist:
- [x] I have read the CONTRIBUTING document.
- [ ] My PR title is
Fixes <issue-number>: <short explanation> - [ ] I have commented on my code, particularly in hard-to-understand areas.
- [ ] For JSON Schema changes: I updated the migration scripts or explained why it is not needed.
Summary by Gitar
- New pipeline service:
- Added MuleSoft Anypoint Platform support in
openmetadata-spec/.../pipeline/mulesoftConnection.json
- Added MuleSoft Anypoint Platform support in
- Flexible authentication:
- OAuth 2.0 Connected App (clientId/clientSecret) and Basic Auth (username/password) using oneOf pattern
- Connection configuration:
- Optional
organizationIdandenvironmentIdfor multi-tenant environments with default fallbacks
- Optional
- Service registration:
- Registered Mulesoft in
pipelineService.jsonenum and auto-generated TypeScript types in 16 files
- Registered Mulesoft in
This will update automatically on new commits.
TypeScript types have been updated based on the JSON schema changes in the PR
Quality Gate passed for 'open-metadata-ingestion'
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Auto-apply is off - Gitar will not commit updates to this branch. Enable by commenting gitar auto-apply:on.
This comment will update automatically (Docs)