Skip to content

Commit 759a2f7

Browse files
Merge pull request #15 from squaredup/squaredup/work/kl/SAAS-8583
Update DigiCert to match new schema
2 parents a0641d0 + d32dd40 commit 759a2f7

6 files changed

Lines changed: 19 additions & 17 deletions

File tree

plugins/DigiCert/v1/data_streams/accountUsers.json renamed to plugins/DigiCert/v1/dataStreams/accountUsers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "accountUsers",
3-
"dataSourceConfig": {
3+
"config": {
44
"httpMethod": "get",
55
"expandInnerObjects": true,
66
"endpointPath": "user",
@@ -59,6 +59,6 @@
5959
],
6060
"timeframes": false,
6161
"displayName": "Account Users",
62-
"dataSourceName": "httpRequestUnscoped",
62+
"baseDataSourceName": "httpRequestUnscoped",
6363
"matches": "none"
6464
}

plugins/DigiCert/v1/data_streams/certificateOrders.json renamed to plugins/DigiCert/v1/dataStreams/certificateOrders.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "certificateOrders",
3-
"dataSourceConfig": {
3+
"config": {
44
"httpMethod": "get",
55
"expandInnerObjects": true,
66
"endpointPath": "order/certificate",
@@ -111,6 +111,6 @@
111111
],
112112
"timeframes": false,
113113
"displayName": "Certificate Orders",
114-
"dataSourceName": "httpRequestUnscoped",
114+
"baseDataSourceName": "httpRequestUnscoped",
115115
"matches": "none"
116116
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

plugins/DigiCert/v1/metadata.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "digicert",
33
"displayName": "DigiCert",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"author": {
66
"name": "shaswot.subedi@squaredup.com",
77
"type": "community"
@@ -12,18 +12,20 @@
1212
"restrictedToPlatforms": [],
1313
"importNotSupported": true,
1414
"schemaVersion": "2.0",
15-
"basePlugin": "WebAPI",
16-
"basePluginMajorVersion": "1",
17-
"basePluginConfig": {
18-
"authMode": "none",
19-
"headers": [
20-
{
21-
"value": "{{apiKey}}",
22-
"key": "X-DC-DEVKEY"
23-
}
24-
],
25-
"queryArgs": [],
26-
"baseUrl": "https://www.digicert.com/services/v2"
15+
"base": {
16+
"plugin": "WebAPI",
17+
"majorVersion": "1",
18+
"config": {
19+
"authMode": "none",
20+
"headers": [
21+
{
22+
"value": "{{apiKey}}",
23+
"key": "X-DC-DEVKEY"
24+
}
25+
],
26+
"queryArgs": [],
27+
"baseUrl": "https://www.digicert.com/services/v2"
28+
}
2729
},
2830
"links": [
2931
{

0 commit comments

Comments
 (0)