implement-c4k-and-provs #1

Merged
bom merged 17 commits from implement-c4k-and-provs into main 2024-10-18 09:22:48 +00:00
Showing only changes of commit 0620c229c2 - Show all commits

View file

@ -17,7 +17,7 @@
c (domain/gopass-show-command entry)] c (domain/gopass-show-command entry)]
(i/execute-output! c config))) (i/execute-output! c config)))
(defn-spec resolve-gopass! ::resolved-config (defn-spec resolve-gopass! ::domain/resolved-config
"Resolves gopass values inside a map of key names and entries "Resolves gopass values inside a map of key names and entries
entries may either contain only a path entries may either contain only a path
@ -36,7 +36,7 @@
can be changed by adding another value for ':c4k-auth-filename' can be changed by adding another value for ':c4k-auth-filename'
" "
[devops ::d/devops [devops ::d/devops
resolved-config ::resolved-config] resolved-config ::domain/resolved-config]
(let [config (merge default devops) (let [config (merge default devops)
default-c4k-auth (parse-string (slurp (c4k-d/auth-path config)) default-c4k-auth (parse-string (slurp (c4k-d/auth-path config))
(fn [k] (keyword (.toLowerCase k))))] (fn [k] (keyword (.toLowerCase k))))]