Crate nitor_vault

Crate nitor_vault 

Source

Re-exports§

pub use crate::args::run_cli;
pub use crate::args::run_cli_with_args;

Modules§

args
Specifies CLI arguments and commands
cli
Implements CLI commands and helper functions
cloudformation
Defines types and helper functions for AWS CloudFormation
errors
Custom error definitions

Structs§

Vault
Vault implementation that initializes a vault instance and handles all the vault operations.
VaultConfig
Optional parameters for a Vault instance.

Enums§

CreateStackResult
Result data for initializing a new vault stack.
UpdateStackResult
Result data for updating the vault stack.
Value
Value enum for handling vault secret data as either UTF-8 or binary.

Functions§

get_aws_config
Return AWS SDK config with optional region name to use.
get_env_variable
Return possible env variable value as Option.
resolve_aws_config_from_args
Get AWS SDK config from optional arguments.