Skip to main content
  1. Posts/

GCP Google Cloud IAM Project Discovery

1 min· loading · ·
Author
David Haines
Topically ephemeral IT Insights
Table of Contents

GCP (Google Cloud): Discovery - collecting, reviewing auditing Projects and IAM
#

Pulling GCP IAM information typically means dealing with how GCP effectively uses Projects as a boundary/encapsulation.

Start by listing all projects in the root folder of an organization in GCP:

gcloud alpha projects search --query="parent.id=<tenant_ID_Here"

AND

gcloud projects list --filter 'parent.id=<id_here> AND parent.type=organization' | awk '{print $1 }' > projects.txt

And from there, reference the following with something like

for Project in projects.txt; do gcloud projects get-iam-policy Project; done

For more information and reference, see https://stackoverflow.com/questions/44746358/how-do-i-list-all-iam-users-for-my-google-cloud-project

Originall posted December, 2023

Related

Idrac Red007: Unable To Verify Update Package Signature

2 mins· loading
IDRAC RED007: UNABLE TO VERIFY UPDATE PACKAGE SIGNATURE # Dell servers provide an iDRAC (“Integrated Dell Remote Access Controller”) card for remote management of the unit. Note that this feature is a default (with some limited functionality in the “express” version) in Dell’s most entry-level tower server options.

New Items On A Fileserver

2 mins· loading
New items on a fileserver (network fileshare) from one user are missing (don’t show up) for other users: # A common occurrence with clients/users on Macs working with a fileserver (network shares) is that when someone else adds new items (files, folders) to network (server-based) sharepoint/folder/drive, other Mac users don’t see those new items, they appear to be missing or “hidden,” but they’re not.

Macos And The Continuing Saga Of Softwareupdate

1 min· loading
macOS and the continuing saga of softwareupdate (software update) being “frozen” or not working, no updates listed # There is a well-known issue with macOS in which a Mac does not show available software updates. This has been occurring since the time of macOS Big Sur - aka “macOS ‘(this one) goes to’ 11”