globocom / globocom/enforcement

GKE Cluster Source

Open
#17 0 comments 0 reactions 2 assignees Claimed by @ribeiro-rodrigo View on GitHub
enhancement
Dominant language
Python
Stars
13
Forks
6
PR merge metrics
No merged PRs in 30d

Description

The purpose of this task is to implement support for the GKE (Google Kubernetes Engine) cluster source.

The access information as a service account token will be passed on to the secret that the cluster source must know how to read.

The custom resource that contains the GKE source cluster should look like this:

```yaml
source:
secretName: gke-secret
gke:
filters: {}
tags: {}
ignore:
- cluster1
- cluster2
- cluster3
```
The cluster source must allow in the filters field, all filters allowed in the command **_gcloud container clusters list_**.
The rules for reading the secret performed by the cluster source must follow the requirements specified in issue #4.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.