Scoped critical exceptions #283
stijnmoreels
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Thoughts? @tomkerkhove , @mbraekman , @fgheysels ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now, when we add an critical exception as failure that should halt the secret retrieval (instead of going to the next secret provider), this critical exception is added for all registered secret providers.
Meaning, when secret provider A fails with a critical exception type that secret provider B has registered, the secret store will still halt the secret retrieval process.
Should we introduce scopes for this? As in: critical exceptions that were registered for secret provider A only works with secret provider A instead of all secret providers?
Beta Was this translation helpful? Give feedback.
All reactions