-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cloud Security] Create Serverless QA Environment #1982
Conversation
📊 Allure Report - 💚 No failures were reported.
|
@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. |
@@ -17,6 +17,8 @@ AWS_REGION="eu-west-1" # Add your desired default AWS region here | |||
DELETED_ENVS=() | |||
FAILED_ENVS=() | |||
|
|||
: "${TF_VAR_qa_ec_api_key:?Please set TF_VAR_qa_ec_api_key with an Elastic QA Cloud API Key}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Omolola-Akinleye I'm unsure if this is the appropriate location to request the TF_VAR_qa_ec_api_key
. Since I intend to delete a production environment, the TF_VAR_qa_ec_api_key
isn't necessary. If I define it here, both keys would be required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Omolola-Akinleye I've updated the branch and it appears that the CI is failing due to linting issues. Could you please fix them?
This pull request is now in conflicts. Could you fix it? 🙏
|
Closing PR as result of QA environment being created |
Summary of your changes
This PR creates a Serverless QA Environment. In this PR we updated
Mask Sensitive Data
to update theTF_VAR_ec_api_key
with the secrets QA API KEY wheninput.ec-url
ishttps://console.qa.cld.elstc.co
.Also, we added options
Screenshot/Data
Related Issues
elastic/kibana#176748