You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just as resource_types: extends the supported types under resources:, we should provide a way to extend the supported types under var_sources: so that credential managers and other types of var sources may be implemented externally.
Just as
resource_types:
extends the supported types underresources:
, we should provide a way to extend the supported types undervar_sources:
so that credential managers and other types of var sources may be implemented externally.Current proposal
Prerequisites:
Come up with an interface that prototypes can implement so that they can be used as a var source:
We must also ensure that the use of prototypes is secure and doesn't compromise the intent of using a credential manager in the first place.
The text was updated successfully, but these errors were encountered: