Fix performance tests to handle more than 150 VUs - #195
Open
pawel-wozniak wants to merge 413 commits into
Open
Conversation
Update Issue Template
The build script for the Java API client has been shortened, now building entirely in docker and requiring just the dependency for the Conjur API, rather than needing to clone and build the project locally.
Update Jave API Client to use Maven Central dependency
Reworked to provide a single CLI tool to create multiple DAP configurations. Master nodes always run behind a Layer 4 (https://localhost) load balancer. Follower always runs behind an L7 load balancer (http://localhost).
Support latest terraform version
This is a major overhaul of the CLI to reduce the configuration stage sides. This refactor will allow us to run a variety of scenarios more easily.
update seccomp file location
Replace `cli` with `bin/cli`
jq is used by the API scripts, but wasn't installed in the container image.
This allows the client script to continue working after a failover/promotion.
DAP Intro Cleanups
Fixing jq in kill_node script
Updates the "Validating Packages" section of README to work with recent changes. Also, some clean up and reorganization of old scripts
Fix broken validating packages scripts
This PR adds support for Seed Service configuration (Standbys and Followers). It also adds support for rotating a user (or host's API key). Additionally, a user's roles can be visualized via JQ.
CNJR-9101: Deprecate conjur-kubernetes-authenticator image
Refactor warmup step to use ramping VUs for 3 minutes
Bump default VUs to 20
CNJR-9247: add issuers create and list to upgrade test
Refactor metrics generation for dry run tests
CNJR-7796: Add Conjur CSI provider config
Now that the CLI supports the dynamic secret commands.
…i-in-burn-in CNJR-9173: Migrate burn-in test dynamic secrets HTTP calls to CLI calls
Bumps [thor](https://github.com/rails/thor) from 1.2.1 to 1.4.0. - [Release notes](https://github.com/rails/thor/releases) - [Commits](rails/thor@v1.2.1...v1.4.0) --- updated-dependencies: - dependency-name: thor dependency-version: 1.4.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bump thor from 1.2.1 to 1.4.0
Add ephemeral secrets engine image reference
Add Secrets Provider for K8s configuration
- -i flag is incompatible with --self-signed, when using 'bin/cli' user won't be able to authenticate and cli will generate errors: Error: Cannot specify both --insecure and --self-signed Error: Unable to authenticate with Conjur. Please check your credentials. using 'bin/cli conjur login' will not work using correct flag now
…cluster-demo CNJR-10789: Fix password and instructions to access the UI
Fix dynamic secrets test setup
Handling of more than 150 is required for followers scaling performance test
Contributor
|
It looks like this repo is in the middle of being transitioned to GHE - see https://github.cyberng.com/Conjur-Enterprise/conjur-intro/tree/atlantis-migration. You may need to ask @neil-k-zero how to proceed. |
conjur-jenkins
dismissed
tarnowsc’s stale review
February 10, 2026 18:27
The merge-base changed after approval.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Handling of more than 150 is required for followers scaling performance test