Skip to content
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

Fix Create Environment workflow issues #2988

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

gurevichdmitry
Copy link
Collaborator

@gurevichdmitry gurevichdmitry commented Feb 4, 2025

Summary of your changes

This PR fixes issues related to the Create Environment workflow:

  • The DeploymentFailed error with the code RoleAssignmentUpdateNotPermitted occurs when attempting to update a role assignment that is not allowed. Since we regularly create and delete roles, sometimes we use the same deployment name, which prevents creation or updates. To fix this, I added deployment_name randomization.
  • Fixed an issue in Terraform that prevented separate modules from being installed.

Screenshot/Data

Related Issues

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary README/documentation (if appropriate)

Introducing a new rule?

Copy link

mergify bot commented Feb 4, 2025

This pull request does not have a backport label. Could you fix it @gurevichdmitry? 🙏
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-v8.x has been added to help with the transition to the new branch 8.x.

@mergify mergify bot added the backport-v8.x label Feb 4, 2025
@gurevichdmitry gurevichdmitry added this to the 9.0 milestone Feb 10, 2025
@gurevichdmitry gurevichdmitry marked this pull request as ready for review February 13, 2025 07:28
@gurevichdmitry gurevichdmitry requested a review from a team as a code owner February 13, 2025 07:29
Copy link
Member

@kubasobon kubasobon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants