Spring / Spring CredHub Interview questions
What is CredHub?
CredHub is a Cloud Foundry component for centrally managing credentials — passwords, certificates, SSH keys, RSA keys, and arbitrary values — across the lifecycle of an application or platform.
Instead of secrets living in config files, environment variables, or app manifests, CredHub stores them in one place and exposes an API to generate, retrieve, update, and delete them, along with fine-grained permissions on who can access each credential.
Applications and service brokers running on Cloud Foundry typically talk to CredHub over mutual TLS, and Spring CredHub is the Java/Spring client that wraps that API so Spring apps don't have to call it by hand.
More Related questions...