Open
Description
Description
Provide the ability to assert the RBAC permissions provided to a serviceAccount / user.
Basic Example
- type: AssertLog
spec:
resource: pods
action: CREATE
user: someone@someplace.com # Alternatively, allow specifying a new kubeconfig file just for this test
Motivation
Often times, centralised CI/CD teams require service account with certain capabilities in our cluster such as creation of deployments, configmaps etc. This type of test will help the centralised team to ensure that the required permissions are present.
Metadata
Metadata
Assignees
Labels
No labels