selkies-operator
selkies-operator copied to clipboard
Your client has issued a malformed or illegal request.
After a successful deployment I try to access https://broker.endpoints.<PROJECT_ID>.cloud.goog/ and I get the following message:
Error: Bad Request
Your client has issued a malformed or illegal request.
This is error HTTP 400, so it's a client error? What am I doing wrong here?
Looking at the logs:
Constraint constraints/compute.restrictLoadBalancerCreationForTypes violated for projects/<PROJECT_ID>. Forwarding Rule projects/<PROJECT_ID>/regions/us-west1/forwardingRules/a2b7703d05a944065b1eec6ff96b903e of type EXTERNAL_NETWORK_TCP_UDP is not allowed.
I think this is the problem, since I'm an owner of the project I don't think it's a permission issue?
Yes this looks like a policy/restriction on your GCP project, most likely because you are missing the owner role.