Skip to content

Commit

Permalink
Keywordize secret keys by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisses committed Mar 8, 2023
1 parent 83c110d commit bfdf4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nosana_node/secrets.clj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
:address (.getPublicKey account)}
jwt (login conf (:input/job-addr flow-state))
secrets (get-secrets conf jwt)
keywordize? false]
keywordize? true]
(if (contains? secrets value)
(cond-> (get secrets value)
keywordize? clojure.walk/keywordize-keys)
Expand Down

0 comments on commit bfdf4ad

Please sign in to comment.