cloudbeat icon indicating copy to clipboard operation
cloudbeat copied to clipboard

[Cloud Security] Create Serverless QA Environment

Open Omolola-Akinleye opened this issue 1 year ago • 5 comments

Summary of your changes

This PR creates a Serverless QA Environment. In this PR we updated Mask Sensitive Data to update the TF_VAR_ec_api_key with the secrets QA API KEY when input.ec-url is https://console.qa.cld.elstc.co.

Also, we added options

Screenshot/Data

Related Issues

https://github.com/elastic/kibana/issues/176748

Omolola-Akinleye avatar Feb 22 '24 19:02 Omolola-Akinleye

This pull request does not have a backport label. Could you fix it @Omolola-Akinleye? 🙏 To fixup this pull request, you need to add the backport labels for the needed branches, such as:

  • backport-v./d./d./d is the label to automatically backport to the 8./d branch. /d is the digit NOTE: backport-skip has been added to this pull request.

mergify[bot] avatar Feb 22 '24 19:02 mergify[bot]

:x: No tests were run :x:

github-actions[bot] avatar Feb 22 '24 20:02 github-actions[bot]

:bar_chart: Allure Report - :green_heart: No failures were reported.

Result Count
🟥 Failed 0
🟩 Passed 359
⬜ Skipped 33

github-actions[bot] avatar Apr 01 '24 17:04 github-actions[bot]

@Omolola-Akinleye, The last workflow's successful run didn't involve destroying the environment. Can you please ensure that the destruction process is also functioning correctly?

gurevichdmitry avatar Apr 03 '24 13:04 gurevichdmitry

@Omolola-Akinleye, The last workflow's successful run didn't involve destroying the environment. Can you please ensure that the destruction process is also functioning correctly?

@gurevichdmitry I created another workflow and also deleted the workflow.

Omolola-Akinleye avatar Apr 04 '24 14:04 Omolola-Akinleye

This pull request is now in conflicts. Could you fix it? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b qa-dev-env upstream/qa-dev-env
git merge upstream/main
git push upstream qa-dev-env

mergify[bot] avatar Jul 12 '24 16:07 mergify[bot]

Closing PR as result of QA environment being created

Omolola-Akinleye avatar Jul 24 '24 15:07 Omolola-Akinleye