hello
We have a problem with a cloud sql instance with psc as connection mode. It is impossible to edit this instance or to save it with the error message: Invalid request: Authorized Network cannot be set for an instance with PSC connectivity. If you have already had the problem or you can help me, I would be grateful.
Hi @fbekhti,
You're encountering a known limitation with Private Service Connect (PSC) on Google Cloud SQL. When PSC is enabled, certain settings like modifying authorized networks or assigning IPs aren't supported. Specifically, you can't use the --authorized-networks
flag to add authorized networks.
The error you're seeing occurs because you're attempting to change something that isn't allowed with PSC. To resolve this, you would need to either disable PSC or adjust your configuration to align with these restrictions.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
Hello, Thank you for your feedback.
I get this error message even when I try to stop the instance. I'm not even trying to authorize networks .the only action I can take with this instance is to reboot.