{"id":16164030,"url":"https://github.com/cyclenerd/google-cloud-iam","last_synced_at":"2025-10-04T00:51:15.476Z","repository":{"id":158033313,"uuid":"622590030","full_name":"Cyclenerd/google-cloud-iam","owner":"Cyclenerd","description":"☁️ Google Cloud Identity and Access Management (IAM)","archived":false,"fork":false,"pushed_at":"2025-09-15T04:54:42.000Z","size":955,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-15T06:31:04.216Z","etag":null,"topics":["gcp","gcp-iam","google-cloud","google-cloud-identity","google-cloud-platform"],"latest_commit_sha":null,"homepage":"https://gcloud-iam.nkn-it.de/","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cyclenerd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"Cyclenerd"}},"created_at":"2023-04-02T15:03:50.000Z","updated_at":"2025-09-15T04:54:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"70babe11-6ce2-477b-a2b9-a2d5fee4ae45","html_url":"https://github.com/Cyclenerd/google-cloud-iam","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Cyclenerd/google-cloud-iam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyclenerd%2Fgoogle-cloud-iam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyclenerd%2Fgoogle-cloud-iam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyclenerd%2Fgoogle-cloud-iam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyclenerd%2Fgoogle-cloud-iam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cyclenerd","download_url":"https://codeload.github.com/Cyclenerd/google-cloud-iam/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyclenerd%2Fgoogle-cloud-iam/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278250085,"owners_count":25955840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gcp","gcp-iam","google-cloud","google-cloud-identity","google-cloud-platform"],"created_at":"2024-10-10T02:45:00.503Z","updated_at":"2025-10-04T00:51:15.470Z","avatar_url":"https://github.com/Cyclenerd.png","language":"Perl","funding_links":["https://github.com/sponsors/Cyclenerd"],"categories":[],"sub_categories":[],"readme":"# Google Cloud Identity and Access Management (IAM)\n\n[![Badge: Google Cloud](https://img.shields.io/badge/Google%20Cloud-%234285F4.svg?logo=google-cloud\u0026logoColor=white)](#readme)\n[![Badge: CI](https://github.com/Cyclenerd/google-cloud-iam/actions/workflows/build.yml/badge.svg)](https://github.com/Cyclenerd/google-cloud-iam/actions/workflows/build.yml)\n[![Badge: GitHub](https://img.shields.io/github/license/cyclenerd/google-cloud-iam)](https://github.com/Cyclenerd/google-cloud-iam/blob/master/LICENSE)\n\nThis webapp lists predefined roles and permissions for Google Cloud Platform Identity and Access Management (IAM).\n\nI built it so that I can quickly search for permissions and identify the associated role.\nThe official [Google Documentation](https://cloud.google.com/iam/docs/roles-permissions) is too slow and messy for me.\n\n[![Screenshot](./img/permissions.png)](https://gcloud-iam.nkn-it.de/permissions.html)\n\n## 🧑‍💻 Development\n\nIf you want to customize or run this webapp on your local computer,\nyou need the following requirements.\n\n### Requirements\n\n* [Google Cloud CLI](https://cloud.google.com/sdk/docs/install) (`gcloud`)\n* JSON processor (`jq`)\n* Perl 5 (`perl`)\n* Perl modules:\n\t* [JSON::XS](https://metacpan.org/pod/JSON::XS)\n\t* [Template::Toolkit](https://metacpan.org/pod/Template::Toolkit)\n\t* [plackup](https://metacpan.org/dist/Plack/view/script/plackup)\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eDebian/Ubuntu\u003c/b\u003e\u003c/summary\u003e\n\nPackages:\n\n```shell\nsudo apt update\nsudo apt install \\\n\tlibjson-xs-perl \\\n\tlibtemplate-perl \\\n\tlibplack-perl \\\n\tjq\n```\n\n[Google Cloud CLI](https://cloud.google.com/sdk/docs/install#deb):\n\n```shell\nsudo apt-get install apt-transport-https ca-certificates gnupg\n# Add the gcloud CLI distribution URI as a package source\necho \"deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main\" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list\n# Import the Google Cloud public key.\ncurl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo tee /usr/share/keyrings/cloud.google.gpg\n# Update and install the gcloud CLI\nsudo apt-get update\nsudo apt-get install google-cloud-cli\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003emacOS\u003c/b\u003e\u003c/summary\u003e\n\nHomebrew packages:\n\n```shell\nbrew install perl\nbrew install cpanminus pkg-config\nbrew install --cask google-cloud-sdk\nbrew install jq\n```\n\nPerl modules:\n\n```shell\ncpanm --installdeps .\n```\n\u003c/details\u003e\n\nBuild:\n```shell\ncd build\nbash roles.sh\nbash permissions.sh\nperl build.pl\n```\n\nRun:\n\n```shell\nplackup --host \"127.0.0.1\" --port \"8080\"\n```\n\n## ❤️ Contributing\n\nHave a patch that will benefit this project?\nAwesome! Follow these steps to have it accepted.\n\n1. Please read [how to contribute](CONTRIBUTING.md).\n1. Fork this Git repository and make your changes.\n1. Create a Pull Request.\n1. Incorporate review feedback to your changes.\n1. Accepted!\n\n\n## 📜 License\n\nAll files in this repository are under the [Apache License, Version 2.0](LICENSE) unless noted otherwise.\n\nPortions of this webapp are modifications based on work created and shared by [Google](https://developers.google.com/readme/policies)\nand used according to terms described in the [Creative Commons 4.0 Attribution License](https://creativecommons.org/licenses/by/4.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclenerd%2Fgoogle-cloud-iam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyclenerd%2Fgoogle-cloud-iam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclenerd%2Fgoogle-cloud-iam/lists"}