cloudsploit icon indicating copy to clipboard operation
cloudsploit copied to clipboard

GCP credential file wrong documentation

Open Srikara369 opened this issue 3 years ago • 0 comments

Hi all. When validating the gcp using credential file, Documentation asks to provide in following format

{
    "project": "",
    "client_email": "",
    "private_key": ""
}

But, according to index.js file, if you are passing a credential file, you are expected to provide

{
    "project_id": "",
    "client_email": "",
    "private_key": ""
}

Please fix this error

Srikara369 avatar Jul 06 '22 04:07 Srikara369