Rafael Rivero García
Rafael Rivero García
Adds support for store authentication with username and password. Fixes issue #879
**What would you like to be added**: Support username and password authentication with ETCD backend **Why is this needed**: ETCD supports username and password authentication since version 2.1, besides of...
**What would you like to be added**: A Keeper should notify Sentinels when it is shutdown by SIGTERM or SIGKILL, so they can mark the DB as unhealthy. **Why is...
This is a possible fix for issue https://github.com/sorintlab/stolon/issues/844: Have keeper notify sentinels when they are being shutdown via SIGTERM or SIGKILL. This patch abuses the `Healthy` flag in the `KeeperInfo.PostgresState`...
When a data Configmap is removed, `pkg.configmap.Sync` loops on the keys of the ConfigMap and sends a remove request to OPA (`PatchData`) once per key. But the path in the...
When kube-mgmt is synchronizing resources, it will restart syncronization whenever an update to OPA fails. Each time synchronization restarts, it will create a new ListWatch and ask the kubernetes API...
Currently, `type-is` fails to match the media-type of a request when the content-type header includes tabs. Minimal reproduction: ```javascript var http = require('http'); var typeis = require('type-is'); var server =...
Fixes issue #52. Notes: - The fix applies to both `typeis` and `typeis.is`, instead of just `typeis`. This is because `typeis.is` can receive a req-like or res-like object (this behaviour...
**Is your feature request related to a problem / use case? Please describe.** It is related to a performance problem. We have noticed a high rate of slow queries in...
### IoT Agent JSON version the issue has been seen with 3.1.0 ### Bound or port used (API interaction) Southbound (Devices data API) ### NGSI version NGSIv2 ### Are you...