Skip to content

Commit 121aaea

Browse files
committed
fixing opc ua auth in mapping tool
1 parent daff087 commit 121aaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mappingTool/mappingTool.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async function mappingTool(configJS) {
113113
}
114114

115115
// step 2 : createSession
116-
const the_session = await myClient.createSession();
116+
const the_session = await myClient.createSession(userIdentity);
117117
config.getLogger().info(context, 'session created !');
118118

119119
// step 3 : browse

0 commit comments

Comments
 (0)