-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix(docs): enhance gcp service account authentication and add missing permissions #9231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
HugoPBrito
merged 6 commits into
master
from
PROWLER-376-update-documentation-with-gcp-permissions
Nov 18, 2025
Merged
fix(docs): enhance gcp service account authentication and add missing permissions #9231
HugoPBrito
merged 6 commits into
master
from
PROWLER-376-update-documentation-with-gcp-permissions
Nov 18, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
Contributor
|
✅ All necessary |
danibarranqueroo
previously approved these changes
Nov 13, 2025
andoniaf
reviewed
Nov 13, 2025
andoniaf
reviewed
Nov 13, 2025
andoniaf
reviewed
Nov 13, 2025
andoniaf
previously approved these changes
Nov 13, 2025
danibarranqueroo
previously approved these changes
Nov 13, 2025
MrCloudSec
reviewed
Nov 13, 2025
MrCloudSec
approved these changes
Nov 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
Expands the GCP provider docs so the
Service Account Key File Pathmirrors the workflow security teams should actually follow when provisioning least-privilege identities for prowler, also adding missing permissions.Description
docs/user-guide/providers/gcp/authentication.mdxto provide full motivation for service-account usage, add role-preparation guidance, and document each wizard step (role creation, account creation, role binding, key generation, key handling).docs/user-guide/providers/gcp/img/(roles-section.png,prowler-role.png,service-account-page.png,create-service-account.png,service-account-permissions.png,create-new-key.png,json-key.png) and linked them inline so readers can visually confirm they are in the right console view.storage.buckets.getIamPolicypermission inside theProwlerRoleexample to match the captured UI and make the least‑privilege requirement explicit.Steps to review
npm run docs:dev(or your preferred docs preview) and open/user-guide/providers/gcp/authentication.docs/user-guide/providers/gcp/img/) and that alt text matches the screenshot context.Checklist
UI
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.