Skip to content

Add basic RBAC support

This adds a service account, role definition, and role binding to allow gitlab-runner to work in k8s with RBAC enabled. This is way too open on permissions, but it works and can be used to examine what is used (via audits or just from someone who knows what they should be) to understand what permissions are actually necessary.

Fixes #32

Merge request reports