Hadar Artzi

Results 9 issues of Hadar Artzi

Currently in the [puma configuration ](https://github.com/cyberark/conjur/blob/ab995d7c7b0ac58ca2b5a205ccf78e3f26e0a6ec/config/puma.rb#L5) users can only set the maximum thread count. Users should also be able to set the minimum thread count with the environment variable `RAILS_MIN_THREADS`.

Both `conjurctl account create` and `conjurctl server` accept the switch `--password-from-stdin`. Please add tests that address the scenario that no STDIN is provided but the user provides this option. The...

## Is your feature request related to a problem? Please describe. I would like to see an upgrade process that separates the loading of the schema and the data because...

kind/enhancement
component/conjur

# Feature Request for Deep Namespacing ## Problem Statement Generating all files in one package may lead to errors related to different namespaces sharing the same schema name. This [issue](https://github.com/actgardner/gogen-avro#naming)...

## Is your feature request related to a problem? Please describe. Can't add blank sections under the unreleased section of the changelog. A clear and concise description of what the...

kind/enhancement
component/dev-tools

Expand upon current integration tests within ./test.sh.

Currently ./test.sh's unit tests need to be improved. The tests are Integration heavy

This gem is rarely altered and is extremely difficult to test with Conjur. It would be beneficial to migrate this gem locally into the Conjur codebase under the `lib` folder....

When `./start --authn-ldap` is run Before quick fix: ``` .... Creating dev_ldap-server_1 ... done Recreating dev_conjur_1 ... done Recreating dev_client_1 ... done + echo 'Creating user alice' Creating user alice...

kind/cleanup