- CheckMates
- :
- Products
- :
- CloudMates Products
- :
- Cloud Network Security
- :
- Discussion
- :
- vSEC stack deployment "SICKey failed to satisfy co...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
vSEC stack deployment "SICKey failed to satisfy constraint" error
When trying to deploy the cluster template for R80.10 vSEC, I am encountering this error:
"Template validation error: Parameter SICKey failed to satisfy constraint: At least 8 alpha numeric characters"
Needless to say, I have tried all possible combinations to get around it, but still no dice.
Anyone else bumped into it?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK I've figured this one out:
The template prohibits utilization of special characters:
"SICKey" : {
"Description" : "Secure Internal Communication (SIC) Activation key",
"NoEcho" : "true",
"MinLength": "8",
"Type" : "String",
"AllowedPattern" : "[a-zA-Z0-9]*",
"ConstraintDescription": "At least 8 alpha numeric characters"
},
So once you've tried to use one of those, the "Previous" button does not, in fact allow you to resubmit changed SIC parameters.
You have to bag the attempt and start from scratch for the correctly formatted SIC to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK I've figured this one out:
The template prohibits utilization of special characters:
"SICKey" : {
"Description" : "Secure Internal Communication (SIC) Activation key",
"NoEcho" : "true",
"MinLength": "8",
"Type" : "String",
"AllowedPattern" : "[a-zA-Z0-9]*",
"ConstraintDescription": "At least 8 alpha numeric characters"
},
So once you've tried to use one of those, the "Previous" button does not, in fact allow you to resubmit changed SIC parameters.
You have to bag the attempt and start from scratch for the correctly formatted SIC to work.