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

story(https-load-balancer): validate cloud run service exists for given name #446

Open
2 tasks
Zaba505 opened this issue Nov 15, 2024 · 0 comments
Open
2 tasks
Assignees
Labels
bug Something isn't working

Comments

@Zaba505
Copy link
Owner

Zaba505 commented Nov 15, 2024

Description

As a dev, I want to add a data block to get the details for each cloud run service, so that during the planning phase any incorrect/non-existent names will cause an error.

This comes from a incorrect name being used for the default cloud run service but the https load balancer completely succeeds to deploy. There was also no obvious messaging in GCP Console explaining the disconnect because all requests to the load balancer would simply return a 404. The incorrect cloud run service name wasn't discovered as root cause until looking at the NEG and clicking the cloud run service link in the NEG led to an error page in the console.

Acceptance Criteria

  • it fails if cloud run service does not exist for given name
  • it succeeds if service does exist

Related Issues

No response

@Zaba505 Zaba505 added the bug Something isn't working label Nov 15, 2024
@Zaba505 Zaba505 self-assigned this Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant