Cluster Access for OS Users

SMI supports the access of OS users to SMI cluster upon login using the configurable addons secure-access { enabled | disabled } CLI command in the Cluster Configuration mode. By default, this command is disabled to reduce the resource usage in the K8s cluster.

The helm chart is created to deploy Daemonsets onto master nodes. Only the access controller pod on the active master will run and manage user access.

To enable or disable the access of OS users to the SMI cluster, use the following configuration:

config 
   clusters cluster_name 
      addons secure-access { enabled | disabled } 
      end