Skip to content

Commit

Permalink
add oauth def to packetfabric directory (DataDog#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoldberg122 authored Apr 3, 2024
1 parent 2bb91d5 commit d120171
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions packetfabric/assets/oauth_clients.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"integration": {
"redirect_uris": [
"https://portal.packetfabric.com/datadog/access-token"
],
"description": "PacketFabric OAuth Client",
"name": "PacketFabric",
"scopes": [
"api_keys_write"
],
"client_role": "integration",
"onboarding_url": "https://portal.packetfabric.com/auth/login",
"id": "e8cdef9a-e755-11ee-869e-da7ad0900002"
}
}
6 changes: 3 additions & 3 deletions packetfabric/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
},
"dashboards": {
"PacketFabric-Metrics": "assets/dashboards/metrics_dashboard.json"
}
},
"oauth": "assets/oauth_clients.json"
},
"author": {
"support_email": "support@packetfabric.com",
"name": "PacketFabric",
"homepage": "https://packetfabric.com",
"sales_email": "sales@packetfabric.com"
},
"oauth": {}
}
}

0 comments on commit d120171

Please sign in to comment.