Skip to content

Commit

Permalink
lint: make oidc ram modules public
Browse files Browse the repository at this point in the history
This will fix the un-used lint error

Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
  • Loading branch information
Xynnn007 committed Jan 14, 2025
1 parent 87ce5d2 commit 7d712f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use sts_token_client::StsTokenClient;

mod client_key_client;
mod ecs_ram_role_client;
mod oidc_with_ram;
pub mod oidc_with_ram;
mod sts_token_client;

use crate::kms::plugins::_IN_GUEST_DEFAULT_KEY_PATH;
Expand Down
2 changes: 1 addition & 1 deletion confidential-data-hub/hub/src/kms/plugins/aliyun/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
//! The product detail can be found here: <https://www.alibabacloud.com/product/kms>.
mod annotations;
mod client;
pub mod client;

pub use client::AliyunKmsClient;

0 comments on commit 7d712f8

Please sign in to comment.