An open API service indexing awesome lists of open source software.

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

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:

![](assets/example.svg)

## 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.