Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change certificate parameter type for consistency #1000

Merged
merged 1 commit into from
Jun 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions adapter-guide/develop-configuration-json.md
Original file line number Diff line number Diff line change
@@ -49,15 +49,15 @@ The following example JSON contains the appropriate parameters that each module
"type": "number"
},
"cert": {
"type": "password",
"type": "certificate",
"optional": true
},
"sni": {
"type": "text",
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
}
},
2 changes: 1 addition & 1 deletion stix_shifter_modules/alertflex/configuration/config.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
}
},
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
}
},
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
}
},
2 changes: 1 addition & 1 deletion stix_shifter_modules/bigfix/configuration/config.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
},
"options": {
2 changes: 1 addition & 1 deletion stix_shifter_modules/carbonblack/configuration/config.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
},
"options": {
2 changes: 1 addition & 1 deletion stix_shifter_modules/datadog/configuration/config.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"regex": "https?:\\/\\/((app|us3|us5)\\.)[a-z0-9-]+\\.[a-z]{2,3}$"
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
},
"help": {
2 changes: 1 addition & 1 deletion stix_shifter_modules/elastic_ecs/configuration/config.json
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
}
},
2 changes: 1 addition & 1 deletion stix_shifter_modules/guardium/configuration/config.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
},
"client_id": {
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
}
},
4 changes: 2 additions & 2 deletions stix_shifter_modules/infoblox/configuration/config.json
Original file line number Diff line number Diff line change
@@ -18,15 +18,15 @@
"default": "https://docs.infoblox.com/pages/viewpage.action?pageId=34510138"
},
"cert": {
"type": "password",
"type": "certificate",
"optional": true
},
"sni": {
"type": "text",
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
}
},
2 changes: 1 addition & 1 deletion stix_shifter_modules/msatp/configuration/config.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
}
},
4 changes: 2 additions & 2 deletions stix_shifter_modules/mysql/configuration/config.json
Original file line number Diff line number Diff line change
@@ -21,15 +21,15 @@
"default": "https://www.ibm.com/docs/en/cloud-paks/cp-security/1.6.0?topic=administering-universal-data-insights-connectors"
},
"cert": {
"type": "password",
"type": "certificate",
"optional": true
},
"sni": {
"type": "text",
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
},
"options": {
2 changes: 1 addition & 1 deletion stix_shifter_modules/proxy/configuration/config.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"max": 65535
},
"proxy_cert": {
"type": "password",
"type": "certificate",
"optional": true,
"hidden": true
},
2 changes: 1 addition & 1 deletion stix_shifter_modules/qradar/configuration/config.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
},
"options": {
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
},
"options": {
2 changes: 1 addition & 1 deletion stix_shifter_modules/splunk/configuration/config.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
},
"options": {
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
}
},
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"optional": true
},
"selfSignedCert": {
"type": "password",
"type": "certificate",
"optional": true
}
},