You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[8.19](backport #4983) Add basic fips cloudE2E test (#4998)
* Add basic fips cloudE2E test (#4983)
Verify that FIPS capable artifacts work in cloud deployments.
Correct openapi status endpoint return values.
(cherry picked from commit 11b45c5)
# Conflicts:
# testing/go.mod
# testing/go.sum
* Fix testing go.mod
---------
Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com>
Co-authored-by: michel-laterman <michel.laterman@elastic.co>
Copy file name to clipboardExpand all lines: .buildkite/hooks/pre-command
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -46,17 +46,19 @@ if [[ "$BUILDKITE_PIPELINE_SLUG" == "fleet-server-package-mbp" ]]; then
46
46
fi
47
47
48
48
if [[ "$BUILDKITE_PIPELINE_SLUG"=="fleet-server"||"$BUILDKITE_PIPELINE_SLUG"=="fleet-server-perf-tests" ]];then
49
-
if [[ "$BUILDKITE_STEP_KEY"=="publish"||"$BUILDKITE_STEP_KEY"=="cloud-e2e-test"||"$BUILDKITE_STEP_KEY"=="create-image" ]];then
49
+
if [[ "$BUILDKITE_STEP_KEY"=="publish"||"$BUILDKITE_STEP_KEY"=="cloud-e2e-test"||"$BUILDKITE_STEP_KEY"=="cloud-e2e-fips-test"||"$BUILDKITE_STEP_KEY"=="create-image" ]];then
50
50
export DOCKER_USERNAME_SECRET=$(retry 5 vault kv get -field user "${DOCKER_REGISTRY_SECRET_PATH}")
51
51
export DOCKER_PASSWORD_SECRET=$(retry 5 vault kv get -field password "${DOCKER_REGISTRY_SECRET_PATH}")
0 commit comments