Closed rrahimm closed 4 months ago
@danischm and @seconroy
Can you take a look at this
Hello @danischm and @seconroy
Did you get a chance to review this.
This issue only seems to be occur when zscaler_password_variable
is configured, However this endpoint expect values for both constant (vipValue
) and variable (vipVariableName
) to be configured which is different to all other API's. Again, this only seems to break with zscaler_password_variable
. A solution is still being worked on
{
"templateName": "Example",
"templateDescription": "My Example",
"templateType": "cisco_sig_credentials",
"deviceType": [
"vedge-C8000V"
],
"templateMinVersion": "15.0.0",
"templateDefinition": {
"zscaler": {
"organization": {
"vipObjectType": "object",
"vipType": "constant",
"vipValue": "org1",
"vipVariableName": "system_organization"
},
"partner-base-uri": {
"vipObjectType": "object",
"vipType": "constant",
"vipValue": "abc",
"vipVariableName": "system_partner_base_uri"
},
"username": {
"vipObjectType": "object",
"vipType": "constant",
"vipValue": "user2",
"vipVariableName": "system_username"
},
"password": {
"vipObjectType": "object",
"vipType": "constant",
"vipValue": "password123",
"vipVariableName": "system_password",
"vipNeedsEncryption": true
},
"partner-key": {
"vipObjectType": "object",
"vipType": "constant",
"vipValue": "key123",
"vipVariableName": "system_partner_key"
}
}
},
"factoryDefault": false,
"isGlobal": true
}
tested from dev branch and looks good
Released in v0.3.12.
We are unable to create SIG credentials for zscaler.
Example data:
Terraform Error