refactor: 구조 변경

This commit is contained in:
donghyeon-ka
2026-08-28 17:24:26 +09:00
parent a6f6c663e0
commit b8626946b1
192 changed files with 2251 additions and 206 deletions
+5 -5
View File
@@ -24,11 +24,11 @@ commit하지 않습니다.
```bash
mkdir -p .local/terraform-backend/dev-k3s
cp iac/terraform/backend/dev-k3s/vault-foundation.s3.hcl.example \
cp infrastructure/live/dev-k3s/vault-foundation/backend.s3.hcl.example \
.local/terraform-backend/dev-k3s/vault-foundation.s3.hcl
cp iac/terraform/backend/dev-k3s/vault-workloads.s3.hcl.example \
cp infrastructure/live/dev-k3s/vault-workloads/backend.s3.hcl.example \
.local/terraform-backend/dev-k3s/vault-workloads.s3.hcl
cp iac/terraform/backend/dev-k3s/vault-database.s3.hcl.example \
cp infrastructure/live/dev-k3s/vault-database/backend.s3.hcl.example \
.local/terraform-backend/dev-k3s/vault-database.s3.hcl
```
@@ -78,7 +78,7 @@ kubectl -n vault port-forward deployment/vault 8200:8200
```bash
export VAULT_ADDR=http://127.0.0.1:8200
./hack/vault-init.sh init
./scripts/vault-init.sh init
```
`.local/vault/dev-k3s-init.json`을 즉시 encrypted custody에 복사합니다.
@@ -297,7 +297,7 @@ unseal custody의 담당자와 승인된 Vault generated-root recovery 절차를
확인할 수 없으면 root를 폐기하지 않습니다.
```bash
./hack/vault-init.sh revoke-root
./scripts/vault-init.sh revoke-root
VAULT_TOKEN="$VAULT_WORKLOADS_TOKEN" vault token revoke -self
VAULT_TOKEN="$VAULT_DATABASE_TOKEN" vault token revoke -self