Use the Bank-Vaults integrated service to enhance security by injecting secrets directly into the pods from Bank-Vaults.
Activate the Bank-Vaults integrated service 🔗︎
Open a shell and run the following command:
% banzai cluster service vault activate
Complete the interactive wizard, or specify the options in a file or on standard input:
% banzai cluster service vault activate --file - <<EOF
{
"settings": {
"namespaces": ["default"],
"serviceAccounts": ["*"]
}
}
EOF
Deactivate the Bank-Vaults integrated service 🔗︎
Open a shell and run the following command:
% banzai cluster service vault deactivate