Skip to content

Remove unreachable clusters controller actions

Tiger Watson requested to merge remove-unused-eks-cluster-actions into master

What does this MR do and why?

Removes unused cluster creation actions and related code from ClustersController.

Some of these changes were meant to happen as part of #357309 (closed), namely the removal of the create_aws and authorize_aws_role actions/routes - these need to be removed because it is technically still possible (though incredibly unlikely) for users to create EKS clusters without the UI by mangling requests.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Tiger Watson

Merge request reports