Skip to content

Commit

Permalink
Merge pull request #30 from fluxcd/reaper-delete-permissions
Browse files Browse the repository at this point in the history
reaper: document GCP delete permissions
  • Loading branch information
darkowlzz authored Jan 10, 2024
2 parents b58e0c4 + 1d18382 commit 1765182
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/reaper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ For listing the resources, readonly access to all the resources is needed.
For deleting the resources, grant the delete permission for the individual
resources.

In GCP, a new deleter role can be created and assigned to the reaper service
account with the following permissions to delete integration test resources:

- `container.operations.get`
- `container.clusters.delete`
- `artifactregistry.repositories.get`
- `artifactregistry.repositories.delete`

## Usage

Query the resources by providing the cloud provider name(`provider`) and the
Expand Down

0 comments on commit 1765182

Please sign in to comment.