Julia Tuttle
Julia Tuttle
This issue is to track Jonah's work so we can close [his outstanding PR](https://github.com/cyberark/conjur/pull/1652) without completely losing track of it.
(copied over on behalf of Jonah): I think the name `TrustedProxyFilter` is subtly inaccurate. A filter is something that takes a list, and returns a sublist (the filtered list) back....
There's a [method in Conjur](https://github.com/cyberark/conjur/blob/master/app/models/secret.rb#L32) that runs frequently and generates a lot of SQL query noise in the logs. This becomes an impediment when trying to use the logs for...
Currently if you try to `docker run` the Conjur image it will display the `conjurctl` help page, which isn't very helpful. We should figure out the actual reason Conjur won't...
The `ci/test` script is responsible for kicking off cucumber test runs, but it's really difficult to tell that it's using cucumber profiles that are defined in `cucumber/cucumber.yml`. We should add...
Before the OSS release we decided to focus on removing the possum references that a non-contributor would encounter (so basically anything that shows up in the README). There are quite...
The batch secret endpoint has a bug where the comma-delimited variable_ids parameter can not correctly include resource IDs that contain commas. This is because Rails automatically unescapes URI-encoded values before...
## Is your feature request related to a problem? Please describe. The release instructions for secretless include running "stable quality exercises" which as far as I can tell refer to...
I was just testing on the change log in this very project for the previous release and noticed the newline at the end of the diff section is required. The...
``` root@557f3e897f6d:/# conjur init -a [email protected] -u https://eval.conjur.org error: Unable to retrieve certificate from eval.conjur.org:443 ```