conjur
conjur copied to clipboard
CyberArk Conjur automatically secures secrets used by privileged users and machine identities
write a limitation if not, and suggestion if yes
At this point we use `Convey` for our UTs in the authn-client (and secrets provider). we should move to `testify` to comply with secretless
Challenge the following format : `conjur-map: |-` `username: secrets/db_username` `password: secrets/db_password` Currently the parsing is being made raw string and split it by searching for delimiter ": ". Can we...
add trace level mode in order to be able to print sensitive messages like k8s return errors
Currently the code to reset the DB between cucumber test runs is repeated in four of the different profiles. We should figure out the correct, best-practice cucumber way of sharing...
## Summary A clear and concise description of what the bug is. fetchCertificate and pdf/fetchCertificate consist of hard coded path to httpclient httpclient_pem_location="/var/lib/gems/2.5.0/gems/httpclient-2.8.3/lib/httpclient" On installing ruby with RVM the path...
Placeholder ticket: See this discussion: https://conjurhq.slack.com/archives/CGTRB6G8G/p1586461073040200?thread_ts=1586459819.035300&cid=CGTRB6G8G
Audit does not exists in OSS. Remove all use of the `audit` keywords in all of the tests `And I save my place in the audit log file` of the...
The maximum policy size that can be loaded using the API is 10MiB, as defined in `config/initializers/limits.rb` This info should be made available in the API docs and any other...