Sobes.tech
Senior

Which secret manager do you use on-premises?

sobes.tech AI

Answer from AI

For managing secrets in on-premises environments, solutions such as HashiCorp Vault, CyberArk, or AWS Secrets Manager are often used (in hybrid scenarios).

HashiCorp Vault is a popular open-source tool that allows centralized storage, management, and access control of secrets (passwords, keys, certificates). It supports dynamic secret creation, auditing, and integration with various authentication systems.

Example of using HashiCorp Vault to retrieve a secret via CLI:

vault kv get secret/myapp/config

The choice of a specific secret manager depends on security requirements, infrastructure integration, and ease of use.