https://github.com/ahmetb/cloudrun-iamviz
Visualize call permissions between Cloud Run services
https://github.com/ahmetb/cloudrun-iamviz
cloud-run google-cloud-run
Last synced: 11 months ago
JSON representation
Visualize call permissions between Cloud Run services
- Host: GitHub
- URL: https://github.com/ahmetb/cloudrun-iamviz
- Owner: ahmetb
- License: apache-2.0
- Created: 2020-06-11T19:57:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T21:57:30.000Z (over 5 years ago)
- Last Synced: 2025-04-18T01:47:21.619Z (11 months ago)
- Topics: cloud-run, google-cloud-run
- Language: Go
- Homepage:
- Size: 124 KB
- Stars: 48
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloudrun-iamviz
This tool visualizes call permissions between [Cloud Run fully managed][cr]
services.
[cr]: https://cloud.run/
Example:

## Installation
Install [`graphviz`](https://graphviz.org/download/) for your operating system.
Check out this repository and run:
```
go run .
```
## Notes
This project is still in development.
This is not an official Google project.