We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d261838 commit ab9a9b2Copy full SHA for ab9a9b2
sentinel.go
@@ -153,6 +153,9 @@ func (opt *FailoverOptions) sentinelOptions(addr string) *Options {
153
ConnMaxLifetime: opt.ConnMaxLifetime,
154
155
TLSConfig: opt.TLSConfig,
156
+
157
+ DisableIndentity: opt.DisableIndentity,
158
+ IdentitySuffix: opt.IdentitySuffix,
159
}
160
161
@@ -190,6 +193,9 @@ func (opt *FailoverOptions) clusterOptions() *ClusterOptions {
190
193
191
194
192
195
196
197
198
199
200
201
0 commit comments