Skip to content

add support for reading secrets from a JSON file#428

Merged
joeshaw merged 2 commits into
mainfrom
joeshaw/json-secret-store
Sep 24, 2024
Merged

add support for reading secrets from a JSON file#428
joeshaw merged 2 commits into
mainfrom
joeshaw/json-secret-store

Conversation

@joeshaw
Copy link
Copy Markdown
Member

@joeshaw joeshaw commented Sep 16, 2024

This uses the same format as for the KV store, introduced in #365.

Fixes #364.

This uses the same format as for the KV store, introduced in #365.

Fixes #364.
Copy link
Copy Markdown
Member

@cee-dub cee-dub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple spelling corrections from me. I didn’t see any obvious issues with the Rust, but I’m still learning it, so I don’t feel qualified to give a ✅.

Comment thread lib/src/config/secret_store.rs Outdated
Comment thread lib/src/config/secret_store.rs Outdated
Co-authored-by: Cameron Walters (cee-dub) <cameron.walters@gmail.com>
Copy link
Copy Markdown
Member

@ulyssa ulyssa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me! ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow JSON files as input for Secrets Stores and KVStores

3 participants