Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joatmon08/getting-into-vault
https://github.com/joatmon08/getting-into-vault
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joatmon08/getting-into-vault
- Owner: joatmon08
- License: mpl-2.0
- Created: 2024-01-04T14:54:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T18:20:35.000Z (9 months ago)
- Last Synced: 2024-10-30T10:16:24.367Z (about 2 months ago)
- Language: HCL
- Homepage:
- Size: 86.9 KB
- Stars: 15
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# getting-into-vault
This is a repository for the live stream, "Getting into Vault".
The root part of this repository contains configuration to set up the foundation
of infrastructure resources on AWS. Reproducing the entire setup requires...- HCP Boundary
- HCP Vault (for SSH key)
- Terraform## Student Setup
### Prerequisites
- [Boundary](https://developer.hashicorp.com/boundary/install)
- [Vault](https://developer.hashicorp.com/vault/install)### Usage
- Log into Boundary.
```
boundary authenticate password
```- SSH into EC2 instances
```
boundary connect ssh -target-name vault-servers-ssh -target-scope-name vault
```