I have a GCP credentials block. But when I put in ...
# ask-community
b
I have a GCP credentials block. But when I put in the service account info and save it, it still shows up as 'None', and deployments that need it fail bc it is missing. Has anyone seen this?
Is this a UI bug that anyone has encountered?
This is the error
Copy code
Failed due to a(n) validation error in generating job configuration for GcpCredentials. The error indicates that the service_account_info field is required but missing, leading to the failure. For further information, visit Pydantic error documentation.
c
You have to put the service account json file inside of the GcpCredentials block. You have to go to Service Account inside of Google Cloud console and download the json key and paste it into Prefect Blocks
I'm not sure if you've already done that and that's the answer but it seems to be that
k
I'm facing the same issue - did you manage to find a fix? the service account info is still showing up as None. Looks like a UI bug