Skip to content

Commit 68b52a3

Browse files
committed
#RI-6146 - Turn off Macos encryption dialog for vscode extension
1 parent 78bc0a1 commit 68b52a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redisinsight/api/config/default.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export default {
8787
},
8888
encryption: {
8989
keytar: process.env.RI_ENCRYPTION_KEYTAR ? process.env.RI_ENCRYPTION_KEYTAR === 'true' : true, // enabled by default
90+
// !!! DO NOT CHANGE THIS VARIABLE FOR REDIS INSIGHT!!! MUST BE "redisinsight"!!! It's only for vscode extension
9091
keytarService: process.env.RI_ENCRYPTION_KEYTAR_SERVICE || 'redisinsight',
9192
encryptionIV: process.env.RI_ENCRYPTION_IV || Buffer.alloc(16, 0),
9293
encryptionAlgorithm: process.env.RI_ENCRYPTION_ALGORYTHM || 'aes-256-cbc',

0 commit comments

Comments
 (0)