mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 18:17:55 +00:00 
			
		
		
		
	[VAULT-26888] Create developer scenarios (#27028)
* [VAULT-26888] Create developer scenarios Create developer scenarios that have simplified inputs designed for provisioning clusters and limited verification. * Migrate Artifactory installation module from support team focused scenarios to the vault repository. * Migrate support focused scenarios to the repo and update them to use the latest in-repo modules. * Fully document and comment scenarios to help users outline, configure, and use the scenarios. * Remove outdated references to the private registry that is not needed. * Automatically configure the login shell profile to include the path to the vault binary and the VAULT_ADDR/VAULT_TOKEN environment variables. Signed-off-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
		
							
								
								
									
										15
									
								
								enos/enos-dev-variables.hcl
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								enos/enos-dev-variables.hcl
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| # Copyright (c) HashiCorp, Inc. | ||||
| # SPDX-License-Identifier: BUSL-1.1 | ||||
|  | ||||
| variable "dev_config_mode" { | ||||
|   type        = string | ||||
|   description = "The method to use when configuring Vault. When set to 'env' we will configure Vault using VAULT_ style environment variables if possible. When 'file' we'll use the HCL configuration file for all configuration options." | ||||
|   default     = "file" // or "env" | ||||
| } | ||||
|  | ||||
| variable "dev_consul_version" { | ||||
|   type        = string | ||||
|   description = "The version of Consul to use when using Consul for storage!" | ||||
|   default     = "1.18.1" | ||||
|   // NOTE: You can also set the "backend_edition" if you want to use Consul Enterprise | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Ryan Cragun
					Ryan Cragun