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(fastly_vcl_service): ensure backend names are unique #836

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

Integralist
Copy link
Collaborator

@Integralist Integralist commented Apr 18, 2024

This PR ensures the following config (which incorrectly sets the same value for the name attribute) will report an error...

  backend {
    address = "httpbin.org"
    name    = "httpbin"
  }

  backend {
    address = "example.com"
    name    = "httpbin"
  }

Screenshot 2024-04-18 at 12 43 21

@Integralist Integralist merged commit 89a82a7 into main Apr 18, 2024
11 checks passed
@Integralist Integralist deleted the integralist/fix-backend-unique-names branch April 18, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant