File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
core/src/main/java/com/flowci/core/common/config Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1717package com .flowci .core .common .config ;
1818
1919import com .fasterxml .jackson .databind .ObjectMapper ;
20+ import com .flowci .core .agent .domain .LocalUnixAgentHost ;
21+ import com .flowci .core .agent .domain .SshAgentHost ;
2022import com .flowci .core .common .mongo .EncryptConverter ;
2123import com .flowci .core .common .mongo .VariableMapConverter ;
2224import com .flowci .core .config .domain .SmtpConfig ;
@@ -79,6 +81,8 @@ public MongoMappingContext mongoMappingContext() throws ClassNotFoundException {
7981 context .addEntity (SmtpConfig .class );
8082 context .addEntity (AuthSecret .class );
8183 context .addEntity (RSASecret .class );
84+ context .addEntity (LocalUnixAgentHost .class );
85+ context .addEntity (SshAgentHost .class );
8286
8387 return context ;
8488 }
You can’t perform that action at this time.
0 commit comments