Georgi Lozev

Results 5 issues of Georgi Lozev

Hello friends. Looking into https://github.com/spiffe/spiffe/blob/main/standards/X509-SVID.md#44-extended-key-usage we have the following sentences. ``` When included, fields id-kp-serverAuth and id-kp-clientAuth MUST be set. ``` while if we check the reference https://github.com/spiffe/spiffe/blob/main/standards/X509-SVID.md#appendix-a-x509-field-reference we have...

With the current implementation of `groupBy` in [abacus-batch](https://github.com/cloudfoundry-incubator/cf-abacus/blob/5181a7a6f1092fc2b0c7865c6b717764987d8014/lib/utils/batch/src/index.js#L161) event if there is is an error in a call in one of the groups, all groups response with that same error....

unscheduled

Some of the abacus integration tests([bridge-test.js#L144](https://github.com/cloudfoundry-incubator/cf-abacus/blob/571eb675b39b0efb9b1913fa4992476723024f62/test/cf/slack-window/src/test/bridge-test.js#L144)) validate both with secured and non-secured environment, others([test.js#L186](https://github.com/cloudfoundry-incubator/cf-abacus/blob/571eb675b39b0efb9b1913fa4992476723024f62/test/cf/multiple-apps/src/test/test.js#L186)) validate only secured and there is a third group that does not deal explicitly with security,...

scheduled

It seems that there is inconsistent behavior of both db clients in `allDocs` with specified list of keys. Here is sample [unit test](https://github.com/SAP/cf-abacus/commit/880634f0aa578c5317f89a36df4f245f30e52634) which exposes that mismatch. The problem seems...

unscheduled

Does it make sense to set the `checkkey` property to the [default partitioning](https://github.com/cloudfoundry-incubator/cf-abacus/blob/f8a9d18abb7f7dd65e4259d1c98632831a7bf82f/lib/utils/partition/src/index.js#L152) function to `true`? Currently it's `undefined` which results in balancing to a certain partition even if we...

unscheduled