Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
pub mod client;
|
||||
mod envelope;
|
||||
mod gcp;
|
||||
mod manager;
|
||||
mod secret_value;
|
||||
|
||||
pub use client::TaskIdentityToken;
|
||||
pub use envelope::{UploadKey, init as init_envelope};
|
||||
pub use gcp::{
|
||||
GcpCredentials, GcpFederationConfig, GcpWorkloadIdentityFederationError,
|
||||
GcpWorkloadIdentityFederationToken, PrepareGcpCredentialsError,
|
||||
};
|
||||
pub use manager::{ActorProvider, ManagedSecretManager};
|
||||
pub use secret_value::ManagedSecretValue;
|
||||
Reference in New Issue
Block a user