-
Notifications
You must be signed in to change notification settings - Fork 1.9k
ci-operator/templates/openshift: Remove Terraform-state-based SSH gathers #6854
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
ci-operator/templates/openshift: Remove Terraform-state-based SSH gathers #6854
Conversation
…hers Like 970ec02 (ci-operator/step-registry/ipi/deprovision/artifacts/bootstrap: Drop gather, 2019-12-10, openshift#6336), except for the templates instead of the step registry.
601ec88
to
7baa9f2
Compare
/test prow-config-filenames |
This should help with rhbz#1793287. |
@wking can you look into these rehearsal failures and make sure they aren't caused by these changes? otherwise lgtm. /approve |
I did; they aren't. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, wking The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest Please review the full test history for this PR and help us cut down flakes. |
@wking: Updated the following 27 configmaps:
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@wking: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
This reverts commit ca35cd6, openshift#22592. As described in that commit message, the access was broadened to allow ssh from containers launched from the tests image. But since openshift/release@7baa9f2e44 (ci-operator/templates/openshift: Remove Terraform-state-based SSH gathers, 2020-01-25, openshift/release#6854) landed, we no longer need to SSH from those containers. Restore the usual access restrictions to address CVE-2019-19347[1]. [1]: https://bugzilla.redhat.com/show_bug.cgi?id=1793287
This reverts commit ca35cd6, openshift#22592. As described in that commit message, the access was broadened to allow ssh from containers launched from the tests image. But since openshift/release@7baa9f2e44 (ci-operator/templates/openshift: Remove Terraform-state-based SSH gathers, 2020-01-25, openshift/release#6854) landed, we no longer need to SSH from those containers. Restore the usual access restrictions to address CVE-2019-19347[1]. [1]: https://bugzilla.redhat.com/show_bug.cgi?id=1793287
Like 970ec02 (#6336), except for the templates instead of the step registry. CC @crawford