GUACAMOLE-1643: Validate/translate KSM configs and one-time tokens on connection group save.

This commit is contained in:
James Muehlner
2022-07-20 00:18:26 +00:00
parent 8772207a75
commit b8058e7561
5 changed files with 454 additions and 1 deletions

View File

@@ -6,7 +6,10 @@
"CONNECTION_GROUP_ATTRIBUTES" : {
"SECTION_HEADER_KSM_CONFIG" : "Keeper Secrets Manager",
"FIELD_HEADER_KSM_CONFIG" : "KSM Service Configuration "
"FIELD_HEADER_KSM_CONFIG" : "KSM Service Configuration ",
"ERROR_INVALID_KSM_CONFIG_BLOB" : "The provided base64-encoded KSM configuration blob is not valid. Please ensure that you have copied the entire blob.",
"ERROR_INVALID_KSM_ONE_TIME_TOKEN" : "The provided configuration is not a valid KSM one-time token or base64-encoded configuration blob. Please ensure that you have copied the entire token value."
}
}