←back to thread

634 points david927 | 2 comments | | HN request time: 0.659s | source

What are you working on? Any new ideas that you're thinking about?
Show context
jascha_eng ◴[] No.41345527[source]
Working on Kviklet: http://github.com/kviklet/kviklet

My first job was in a FinTech and the way production access was managed scared me. This is my approach at streamlining the process. Basically a PR review flow for SQL queries, enforcing the 4-eyes principle so you never accidentally can do a Delete * form users, forgetting the where clause.

replies(2): >>41346226 #>>41350349 #
1. elric ◴[] No.41350349[source]
I'm loving this. This could be generalised to other manual actions as well, e.g. stuff like the K8S API.
replies(1): >>41351928 #
2. jascha_eng ◴[] No.41351928[source]
Yes, I already thought about this. In theory all "production access", be it ssh, k8s commands, database access of any kind or even a ruby shell could go through such a a flow. It's a bit of a pain to integrate well with everything though, but I have a lot of plans, will just take some time to mature :D
replies(1): >>41365578 #