keptn-contrib / prometheus-sli-service

Apache License 2.0
6 stars 2 forks source link

Use k8s ServiceAccount with a restricted set of permissions instead of default #30

Open agrimmer opened 4 years ago

agrimmer commented 4 years ago

Currently, the service uses the default Service Account with a set of high privileges inside the k8s clusters.

Use a dedicated service account with a minimum set of privileges as described in our contributing guidelines here https://github.com/keptn-sandbox/contributing/pull/2

Definition of Done: