Jonah
Jonah
I am looking for a ballpark estimate of the number of websocket connections em-websocket could handle on, say, a standard heroku dyno? And, if you know, how does it compare...
# Options for Authenticator De-coupling ## Overview There are two main approaches we can take to de-coupling the authenticators: 1. **Full decoupling** -- Make each authenticator an independent web service....
Use a combination of rubocop's auto-correct features and good old manual elbow grease to get the issue count as close to 0 as possible. Make sure to address items in...
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...
Placeholder ticket: See this discussion: https://conjurhq.slack.com/archives/CGTRB6G8G/p1586461073040200?thread_ts=1586459819.035300&cid=CGTRB6G8G
We're seeing occasional failures in the health check test, such as: https://jenkins.conjur.net/job/cyberark--secretless-broker/job/master/351/testReport/(root)/util/Run_Tests___Unit_tests___Test_Health/ Because we're using a sleep hack with a predetermined guess at the amount of time it will take...
## Description In `internal/connectors/http/generic/external_api.go` there is a TODO on line 30. `ForceSSL` should default to true. However, we have to first upgrade the CRDs so that we can manually set...
This is a placeholder issue. To begin work see the discussion that inspired it: https://conjurhq.slack.com/archives/CBTETAE20/p1571945075324100
This may be `rollout status`, though that wasn't working when we tried: demos/k8s-demo/01_security_admin_steps:31 should in _theory_ be equivalent to: ``` # why doesn't this work? # kubectl --namespace quick-start-backend-ns \...
## Description In the `AvailalbePlugins` unit tests, we're passing functions to do dependency injenction, and then immediately calling those functions to get some value. In every instance where we are...