Skip to content

Commit

Permalink
Add Port integration (#70)
Browse files Browse the repository at this point in the history
* Add integration manifest for Port LD integration

* Fix typo

* Apply suggestions from code review

Co-authored-by: Dan O'Brien <[email protected]>

---------

Co-authored-by: Dan O'Brien <[email protected]>
  • Loading branch information
MPTG94 and InTheCloudDan authored May 9, 2024
1 parent 976278c commit 1c3e69c
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integrations/port/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Port Integration

Port is an open internal developer portal, providing an end-to-end developer experience, resulting in better quality, security
& cost control as well as faster onboarding and velocity. Port's LaunchDarkly integration allows you to import projects, flags and environments from your LaunchDarkly account into Port, according to your mapping and definition.

[How to connect instal Port's LaunchDarkly integration](https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/feature-management/launchdarkly/)
7 changes: 7 additions & 0 deletions integrations/port/assets/port-logo-horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions integrations/port/assets/port-logo-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions integrations/port/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Port",
"version": "0.1.3",
"overview": "Access Feature Flags, Projects and Environments from your LaunchDarkly account in Port.",
"description": "Port's LaunchDarkly integration allows you to access Feature Flags, Projects and Environments from your LaunchDarkly account in Port, according to your mapping and definition.",
"author": "Port",
"supportEmail": "[email protected]",
"links": {
"site": "https://getport.io",
"launchdarklyDocs": "https://docs.launchdarkly.com/integrations/port",
"privacyPolicy": "https://www.getport.io/legal/privacy-policy"
},
"categories": ["developer-tools", "infrastructure"],
"icons": {
"square": "assets/port-logo-square.svg",
"horizontal": "assets/port-logo-horizontal.svg"
},
"requiresOAuth": false,
"otherCapabilities": ["external"]
}

0 comments on commit 1c3e69c

Please sign in to comment.