Documentation ¶
Index ¶
Constants ¶
View Source
const ( Leader VaultStatus = 200 Standby = 429 Uninitialized = 501 Sealed = 503 )
View Source
const AMI_VAR_AWS_REGION = "aws_region"
View Source
const AMI_VAR_CA_PUBLIC_KEY = "ca_public_key_path"
View Source
const AMI_VAR_TLS_PRIVATE_KEY = "tls_private_key_path"
View Source
const AMI_VAR_TLS_PUBLIC_KEY = "tls_public_key_path"
View Source
const AMI_VAR_VAULT_DOWNLOAD_URL = "VAULT_DOWNLOAD_URL"
View Source
const ENV_VAR_AWS_REGION = "AWS_DEFAULT_REGION"
View Source
const OUTPUT_VAULT_CLUSTER_ASG_NAME = "asg_name_vault_cluster"
View Source
const PRIVATE_TLS_CERT_PATH = "modules/private-tls-cert"
View Source
const REPO_ROOT = "../"
View Source
const SAVED_TLS_CERT = "TlsCert"
View Source
const VAR_AMI_ID = "ami_id"
View Source
const VAR_CA_COMMON_NAME = "ca_common_name"
View Source
const VAR_CA_PUBLIC_KEY_FILE_PATH = "ca_public_key_file_path"
View Source
const VAR_COMMON_NAME = "common_name"
View Source
const VAR_CONSUL_CLUSTER_NAME = "consul_cluster_name"
View Source
const VAR_CONSUL_CLUSTER_TAG_KEY = "consul_cluster_tag_key"
View Source
const VAR_DNS_NAMES = "dns_names"
View Source
const VAR_IP_ADDRESSES = "ip_addresses"
View Source
const VAR_ORGANIZATION_NAME = "organization_name"
View Source
const VAR_OWNER = "owner"
View Source
const VAR_PRIVATE_KEY_FILE_PATH = "private_key_file_path"
View Source
const VAR_PUBLIC_KEY_FILE_PATH = "public_key_file_path"
View Source
const VAR_SSH_KEY_NAME = "ssh_key_name"
View Source
const VAR_VALIDITY_PERIOD_HOURS = "validity_period_hours"
View Source
const VAR_VAULT_CLUSTER_NAME = "vault_cluster_name"
View Source
const VAR_VAULT_CLUSTER_SIZE = "vault_cluster_size"
View Source
const VAULT_CLUSTER_PUBLIC_OUTPUT_ELB_DNS_NAME = "vault_elb_dns_name"
View Source
const VAULT_CLUSTER_PUBLIC_OUTPUT_FQDN = "vault_fully_qualified_domain_name"
View Source
const WORK_DIR = "./"
Variables ¶
View Source
var UnsealKeyRegex = regexp.MustCompile("^Unseal Key \\d: (.+)$")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.