<@ULVA73B9P> I have a GCP credentials block. But w...
# ask-marvin
b
@Marvin 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?
m
It seems like others have encountered similar issues with GCP credentials blocks in Prefect. A common problem appears to be related to the handling of default values or parameters in the GCP integration, particularly with the
GcsBucket
class. This issue might be occurring because some parameters are not being set correctly, leading to the credentials showing up as 'None'. Here's a potential workaround: ensure that all necessary parameters, such as
bucket_folder
, are explicitly set when defining your GCP credentials block or related resources. This can sometimes resolve issues where defaults are not being handled as expected. For more detailed information, you might want to check out the related GitHub issue here. If this doesn't resolve your issue, please provide more details or check for updates in the Prefect community forums or GitHub issues.