Permissions
Namespace permissions are used to control the namespaces that individual users can access in a given cluster.
Configuration file
Configuration file example
version: v1alpha1
users:
- username: test-user
config:
- clusterName: local-cluster
namespaces:
- default
- dev
- clusterName: local-cluster-2
namespaces:
- '*'
- username: test-user-2
config:
- clusterName: local-cluster
namespaces:
- defaultApplying the configuration file
Last updated