Skip to content

Commit

Permalink
add support for cluster auth
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Aug 16, 2024
1 parent 76a829b commit 6db29b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ public JedisCluster createJedisCommands(QueueRedisProperties properties) {
Protocol.DEFAULT_TIMEOUT,
Protocol.DEFAULT_TIMEOUT,
DEFAULT_MAX_ATTEMPTS,
properties.getUsername(),
password,
null,
genericObjectPoolConfig,
Expand Down
2 changes: 1 addition & 1 deletion orkes-conductor-queues/src/test/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class="ch.qos.logback.core.ConsoleAppender">
<layout class="ch.qos.logback.classic.PatternLayout">
<Pattern>
%black(%d{ISO8601}) %highlight(%-5level) [%blue(%t)] %yellow(%C{1.}): %msg%n%throwable
%black(%d{ISO8601}) %highlight(%-5level) [%blue(%t)] %yellow(%C): %msg%n%throwable
</Pattern>
</layout>
</appender>
Expand Down

0 comments on commit 6db29b5

Please sign in to comment.