You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide the ability to assert the RBAC permissions provided to a serviceAccount / user.
Basic Example
- type: AssertLogspec:
resource: podsaction: CREATEuser: [email protected]# 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.
The text was updated successfully, but these errors were encountered:
spacetj
changed the title
Support AssertRBAC test
Feature: Support AssertRBAC test
Mar 25, 2020
Description
Provide the ability to assert the RBAC permissions provided to a serviceAccount / user.
Basic Example
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.
The text was updated successfully, but these errors were encountered: