google / gcp_scanner

A comprehensive scanner for Google Cloud
Apache License 2.0
304 stars 95 forks source link

Add feature to detect GCP SAs with DWD permissions #306 #321

Closed SimardeepSingh-zsh closed 5 months ago

SimardeepSingh-zsh commented 6 months ago

GCP Service Account DWD Detector

This repository contains a script for detecting Google Cloud Platform (GCP) Service Accounts (SA) with Domain-Wide Delegation (DWD) permissions.

Changes Made

Installation

You need to install the necessary libraries using pip:


pip install --upgrade google-auth google-auth-httplib2 google-auth-oauthlib google-api-python-client
google-cla[bot] commented 6 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

mshudrak commented 5 months ago

Please accept Google's CLA in order for me to review code.

mshudrak commented 5 months ago

Closing given it is not DWD and a standalone script.