Using Secure Mode
Using Secure Mode
Per-cluster configuration
Once per cluster, you need to register the squash resource, the
debugattachment
Custom Resource Definition (CRD). This can be done withsquashctl
. Note, you must have registration permissions to perform this operation.squashctl utils register-resources
Per-user configuration
When Squash has been deployed in your cluster (see Secure Mode Admin documentation), you just need to update your
~/.squash/config.yaml
as follows:# Squash config file secure_mode: true
After you have set this value, you can use Squash in the same way as in the default mode.