Updated
- Bumping chart version to v0.5.73 for scalr-agent v1.0.0
Added
- Added mTLS client certificate configuration (
agent.tls.clientCertSecret,agent.tls.clientCert,agent.tls.clientKey) for mutual TLS authentication between the agent and Scalr. The bootstrap certificate and key are mounted read-only at/etc/scalr-agent/ssl/and mapped toSCALR_AGENT_TLS_CERT_FILEandSCALR_AGENT_TLS_KEY_FILE. Supports both existing Kubernetes secrets (includingkubernetes.io/tlstype) and inline PEM values. Note: mTLS is an upcoming Enterprise feature.