1
0
Fork 0

Merge branch v2.11 into v3.5

This commit is contained in:
kevinpollet 2025-10-28 09:54:03 +01:00
commit 3b9eaed9c9
No known key found for this signature in database
GPG key ID: 0C9A5DDD1B292453
2 changed files with 10 additions and 1 deletions

View file

@ -55,7 +55,7 @@ func (p *Provider) Provide(configurationChan chan<- dynamic.Message, pool *safe.
ctx := logger.WithContext(context.Background())
operation := func() error {
if _, err := p.kvClient.Exists(ctx, path.Join(p.RootKey, "qmslkjdfmqlskdjfmqlksjazçueznbvbwzlkajzebvkwjdcqmlsfj"), nil); err != nil {
if _, err := p.kvClient.Exists(ctx, path.Join(p.RootKey, "qmslkjdfmqlskdjfmqlksjazcueznbvbwzlkajzebvkwjdcqmlsfj"), nil); err != nil {
return fmt.Errorf("KV store connection error: %w", err)
}
return nil