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 Private Endpoint DNS conflict in Airlock Review Workspace #3215

Merged
merged 3 commits into from
Feb 12, 2023

Conversation

tamirkamara
Copy link
Collaborator

@tamirkamara tamirkamara commented Feb 12, 2023

Resolves #3144, #3181

What is being addressed

Sometimes the airlock processor will fail to transition a request to in_review. The underlining cause is a missing DNS config that would prevent the processor from reaching the in_progress storage account.
This situation is a result of the airlock-review workspace defining a private endpoint on the same storage account with the exact private_dns_zone_group. If the workspace would be deployed and then uninstalled, then the airlock processor would be left with the its own private endpoint but without the required private dns configuration needed to reach the storage account.

How is this addressed

  • Update the airlock-review workspace with a different name for the private_dns_zone_group (and private_service_connection)
  • [small] Remove obsolete config from the workspace diff file.

@github-actions
Copy link

github-actions bot commented Feb 12, 2023

Unit Test Results

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit 0cc490e.

♻️ This comment has been updated with latest results.

@tamirkamara
Copy link
Collaborator Author

/test-force-approve

@tamirkamara tamirkamara enabled auto-merge (squash) February 12, 2023 06:16
@github-actions
Copy link

🤖 pr-bot 🤖

✅ Marking tests as complete (for commit 5e0825d)

(in response to this comment from @tamirkamara)

Copy link
Collaborator

@yuvalyaron yuvalyaron left a comment

Choose a reason for hiding this comment

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

I think it resolves issue #3181. Let's discuss it.

@tamirkamara
Copy link
Collaborator Author

/test-force-approve

@github-actions
Copy link

🤖 pr-bot 🤖

✅ Marking tests as complete (for commit 0cc490e)

(in response to this comment from @tamirkamara)

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

Successfully merging this pull request may close these issues.

Airlock request fails to transition to in_review
2 participants