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

cdh: move storage and secret crates into cdh modules #814

Conversation

mkulke
Copy link
Contributor

@mkulke mkulke commented Nov 20, 2024

the storage and secret crate is used exclusively by cdh, so we don't need to we don't need to maintain those as individual crates, helping with naming conflicts and reducing build complexity.

the storage crate has a dep on the secret crate, so we have to cover them in a single change.

@mkulke mkulke requested a review from a team as a code owner November 20, 2024 10:31
@mkulke mkulke force-pushed the mkulke/rework-secret-and-storage-crates-as-cdh-modules branch 2 times, most recently from 17a6dfc to 761f99f Compare November 20, 2024 11:13
@mkulke mkulke force-pushed the mkulke/rework-secret-and-storage-crates-as-cdh-modules branch 5 times, most recently from 9d5a762 to 42bfebe Compare November 20, 2024 12:45
Copy link
Member

@Xynnn007 Xynnn007 left a comment

Choose a reason for hiding this comment

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

Cool. Thanks for this! Only one nit

confidential-data-hub/hub/Cargo.toml Show resolved Hide resolved
the storage and secret crate is used exclusively by cdh, so we don't
need to we don't need to maintain those as individual crates, helping
with naming conflicts and reducing build complexity.

the storage crate has a dep on the secret crate, so we have to cover
them in a single change.

Signed-off-by: Magnus Kulke <[email protected]>
@mkulke mkulke force-pushed the mkulke/rework-secret-and-storage-crates-as-cdh-modules branch from 42bfebe to dc95b01 Compare November 20, 2024 15:12
Copy link
Member

@fitzthum fitzthum left a comment

Choose a reason for hiding this comment

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

LGTM

@mkulke mkulke merged commit 2686a52 into confidential-containers:main Nov 20, 2024
17 checks passed
@mkulke mkulke deleted the mkulke/rework-secret-and-storage-crates-as-cdh-modules branch November 20, 2024 17:19
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.

3 participants