aquasecurity / aquasecurity/cloudsploit
GCP credential file wrong documentation
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 751
- Avg merge
- 11d 9h
- Merged PRs (30d)
- 3
Description
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
Contributor guide
Research direction
Compare the GCP credential-file documentation with the credential handling shown in index.js. Update the documentation so its project field matches the format accepted by the code, then verify that the example and surrounding instructions are consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- gcp, javascript
- Domain
- cloud, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100