Is Vault a Single Point of Failure?
I see a lot of features and capabilities that my clients at LetXpert will want to use (like Tokens storing secrets), but I'm getting some pushback on one key issue, and wanted to make sure that I understand the tradeoffs correctly.
Tokens -- For access to systems through tokens, is there any way for new instances of applications to obtain fresh tokens when the Vault server is unavailable or unreachable?
Is there any way to have a locally-running Vault that can refresh tokens, or issue new tokens for a limited time? [Perhaps with a special token that gives it a temporary privilege to issue tokens]
Secrets -- Ditto for secrets that are used by their applications to login to third-party APIs from other companies.
In other words, what happens when the Vault server cannot be reached?
Mark Riggins
PS: I'm new to Vault, so I thought I'd take advantage of my free newbie questions :)