Rafał Rzepecki

Results 13 issues of Rafał Rzepecki

Sometimes, when another process just happened to create a file when we were setting up a watch, the new file wouldn't be noticed. To prevent the event not being generated...

Pointer that used to be passed to xmknod was FFI::MemoryPointer.new(dev), which created an array of `dev` size. Correctly construct the pointer instead. Also use Stat#rdev, not #dev (which is the...

Many software packages read secret from configuration files and would have to be modified to source them from the environment instead. This makes it cumbersome to use them with summon;...

Not until a new one is successful. Otherwise accidentally running `login` in a wrong context logs out from it, even if you Ctrl-C.

rnd-boost

I've tried running the CLI and encountered a number of issues, such as: - missing `openssl` require, - rest-client < 2.0 don't support Ruby 2.5. To reproduce: ``` $ docker...

Jenkinsfile currently tests several Rubies which takes a considerable time. The tests could be parallelized. However this isn't as easy as adding a `parallel` stanza due to mixing docker-compose environments.

kind/technical-debt
component/conjur
severity/medium
kind/developer-experience
kind/infrastructure
infra/pipelines

Windows has never been our primary platform of focus. This has rarely been an issue, but increasingly we've been asked to support legacy systems and deployments with an established Windows...

kind/design
rfc

I assume that commits 7c40c0041b487f8787231a65b9d0f49538f29a8e and 8537b454004426c1f9d368d712cdc565ff42a7a9 tried to relicense the code under APL. Unfortunately they failed. LICENSE.md file and license section in the readme have been changed, but every...

kind/enhancement
component/cli

I've observed some experience issues with recognizing and installing the correct versions of the CLI. Specifically: - https://developer.conjur.net/cli doesn't make it clear enough that CLI 6 is required for Conjur...

component/cli

_rest-client_ is pinned to 1.7.3 when testing (by dependencies), which is problematic because that version is not compatible with more recent ruby versions. [The problem](https://github.com/rest-client/rest-client/issues/612) was only fixed in _rest-client_...

kind/bug
severity/medium