Restricting Writes To A Specific Protocol? #1879
AliRazeghi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In order to further harden data confidence on the db layer itself, I would like to have writes be only allowed if they fit a specific protocol. The protocol will have a key that is provided to the DB via a service which is used to decrypt the data to be written. This key will be stored in immudb or somewhere else of our choice. Once decrypted the data must fit a regex pattern. If it does, it is allowed a write. if it does not, it is logged and does not allow a write to the DB.
Areas of interest are the /embedded package or the server layer under /pkg/database.
I am starting a small project which could use this functionality and I would be happy to do compensation to a dev who can help write this.
Beta Was this translation helpful? Give feedback.
All reactions