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
The Vault methods should accept json instead of typed input, this will allow centralising validation at the Vault level instead of higher up (the api)
In the future when the vault is exposed to different protocols (gRPC, CLI) the validations and parsing of the user input can be centralised and written once at the vault level as opposed to writing them with the clients.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The Vault methods should accept json instead of typed input, this will allow centralising validation at the Vault level instead of higher up (the api)
In the future when the vault is exposed to different protocols (gRPC, CLI) the validations and parsing of the user input can be centralised and written once at the vault level as opposed to writing them with the clients.
Beta Was this translation helpful? Give feedback.
All reactions