Skip to content

Commit

Permalink
finish previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jf committed Aug 28, 2024
1 parent f969235 commit 44bc35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault-exec-agent/vault-exec-agent.clj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

(defn get-kv-values-at [path]
(-> (str (env :VAULT_ADDR) "/v1/" (or (env :VAULT_KV_MOUNT_PATH) "kv-v2") "/data/" path)
(http/get {:headers {"X-Vault-Token" (env :VAULT_TOKEN)}})
(http-get {:headers {"X-Vault-Token" (env :VAULT_TOKEN)}})
(:body)
(json/parse-string)
(get-in ["data" "data"])))
Expand Down

0 comments on commit 44bc35a

Please sign in to comment.