Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(secrets-vault): Add Secrets Server implementation for Vault #1

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

joonas
Copy link
Member

@joonas joonas commented Jul 1, 2024

Feature or Problem

This adds a Secrets RFC Secrets Server implementation for HashiCorp Vault

Related Issues

Release Information

Consumer Impact

Testing

Unit Test(s)

Acceptance or Integration

Manual Verification

@joonas joonas force-pushed the feat/add-secrets-vault branch 7 times, most recently from 2bc56e6 to 17a4d31 Compare July 15, 2024 22:54
@joonas joonas force-pushed the feat/add-secrets-vault branch 2 times, most recently from 054dd9b to cc87c41 Compare July 19, 2024 13:47
@joonas joonas force-pushed the feat/add-secrets-vault branch 2 times, most recently from 7ff3687 to f85d7e3 Compare July 25, 2024 02:14
@joonas joonas marked this pull request as ready for review July 25, 2024 02:14
@joonas joonas requested a review from a team as a code owner July 25, 2024 02:14
@joonas joonas force-pushed the feat/add-secrets-vault branch 3 times, most recently from a40bf32 to 32eb611 Compare July 25, 2024 16:20
Copy link
Member

@brooksmtownsend brooksmtownsend left a comment

Choose a reason for hiding this comment

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

Mostly tiny nits, a couple questions

secrets/secrets-vault/README.md Outdated Show resolved Hide resolved
secrets/secrets-vault/README.md Outdated Show resolved Hide resolved
secrets/secrets-vault/README.md Outdated Show resolved Hide resolved
secrets/secrets-vault/README.md Outdated Show resolved Hide resolved
secrets/secrets-vault/README.md Outdated Show resolved Hide resolved
secrets/secrets-vault/src/lib.rs Outdated Show resolved Hide resolved
secrets/secrets-vault/src/lib.rs Outdated Show resolved Hide resolved
secrets/secrets-vault/src/lib.rs Show resolved Hide resolved
secrets/secrets-vault/src/main.rs Outdated Show resolved Hide resolved
secrets/secrets-vault/src/main.rs Outdated Show resolved Hide resolved
@joonas joonas force-pushed the feat/add-secrets-vault branch 4 times, most recently from a909a94 to e8034b3 Compare July 25, 2024 19:14
@joonas joonas force-pushed the feat/add-secrets-vault branch 2 times, most recently from 026651e to 5fd018b Compare July 26, 2024 18:18
Copy link
Member

@brooksmtownsend brooksmtownsend left a comment

Choose a reason for hiding this comment

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

LGTM, secrets-types is published now so that can be integrated here or as a followup

Comment on lines 26 to 27
# TODO: update this to use the published crate once it exists.
wasmcloud-secrets-types = { version = "0.1.0", git = "https://github.com/wasmcloud/wasmCloud.git", branch = "main" }
Copy link
Member

Choose a reason for hiding this comment

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

Ready now!

Copy link
Member Author

Choose a reason for hiding this comment

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

I will also need secrets-client published so that there isn't a conflict between the types used by the git-based secrets-client and the published secrets-type crate.

Copy link
Member

Choose a reason for hiding this comment

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

Tag pushed 😉 Should be ready here in just a bit

Co-authored-by: Brooks Townsend <brooksmtownsend@gmail.com>
Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
@joonas joonas merged commit 22e1462 into main Jul 29, 2024
3 checks passed
@joonas joonas deleted the feat/add-secrets-vault branch July 29, 2024 22:17
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.

2 participants