e11community/Find API Keys
Enumerates Firebase auto-provisioned API keys in a GCP project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_id | GCP project ID to scan | yes | — |
| mode | Operation mode: "dump" (full keys to stdout), "pretty" (jq-style {uid,displayName,apis} stream to stdout), or "write" (minimal JSON for Terraform) | yes | — |
| output-path | Path to write the minimal JSON file (only used when mode=write) | no | discovered_keys.json |
| display-name-filter | Substring match against displayName. Empty string disables filtering. | no | auto created by Firebase |
Outputs
| name | description |
|---|---|
| key-count | Number of keys discovered (after filtering) |
| changed | true if mode=write and the output file content changed |