Function
entryptionKey4Workspace
(workspaceInfo workspace.WorkspaceInfo)
Source from the content-addressed store, hash-verified
| 308 | ) |
| 309 | |
| 310 | func entryptionKey4Workspace(workspaceInfo workspace.WorkspaceInfo) { |
| 311 | if workspaceInfo.Remote.Password != "" { |
| 312 | common.SmartIDELog.AddEntryptionKey(workspaceInfo.Remote.Password) |
| 313 | } |
| 314 | if workspaceInfo.K8sInfo.KubeConfigContent != "" { |
| 315 | common.SmartIDELog.AddEntryptionKeyWithReservePart(workspaceInfo.K8sInfo.KubeConfigContent) |
| 316 | } |
| 317 | } |
| 318 | |
| 319 | // 友好的错误 |
| 320 | type FriendlyError struct { |
Tested by
no test coverage detected