Port ssl config fix (#8185)

This commit is contained in:
Charles Gagnon
2019-11-01 15:37:22 -07:00
committed by GitHub
parent 517b375395
commit 650ab3b800
15 changed files with 99 additions and 45 deletions

View File

@@ -139,7 +139,18 @@
"command": "bigDataClusters.command.deletemount",
"title": "%command.deletemount.title%"
}
]
],
"configuration": {
"type": "object",
"title": "%bdc.configuration.title%",
"properties": {
"bigDataCluster.ignoreSslVerification": {
"type": "boolean",
"default": true,
"description": "%bdc.ignoreSslVerification.desc%"
}
}
}
},
"dependencies": {
"kerberos": "^1.1.3",