Skip to content

Commit

Permalink
feat: remove vault in favour of infisical hosted secrets
Browse files Browse the repository at this point in the history
This makes things easier for my purposes
  • Loading branch information
mrsimonemms committed Nov 8, 2024
1 parent 0947d37 commit 0fee238
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 618 deletions.
13 changes: 1 addition & 12 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"installTerraformDocs": true
},
"ghcr.io/dhoeric/features/trivy:1": {},
"ghcr.io/devcontainers-contrib/features/argo-cd:1": {},
"ghcr.io/devcontainers-contrib/features/gh-release:1": {
"repo": "bank-vaults/bank-vaults",
"binaryNames": "bank-vaults"
}
"ghcr.io/devcontainers-contrib/features/argo-cd:1": {}
},
"customizations": {
"vscode": {
Expand All @@ -33,14 +29,7 @@
"initializeCommand": {
"ensureSSHDirNix": "mkdir -p ${localEnv:HOME}${localEnv:USERPROFILE}/.ssh"
},
"onCreateCommand": {
"vault": "brew tap hashicorp/tap && brew install hashicorp/tap/vault"
},
"postAttachCommand": {
"ensureKubeDir": "mkdir -p /home/vscode/.kube"
},
"containerEnv": {
"VAULT_ADDR": "https://127.0.0.1:8200",
"VAULT_CACERT": "/tmp/vault-ca.crt"
}
}
22 changes: 0 additions & 22 deletions registry/clusters/dev/components/vault/operator.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions registry/clusters/dev/components/vault/rbac.yaml

This file was deleted.

171 changes: 0 additions & 171 deletions registry/clusters/dev/components/vault/vault.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions registry/clusters/dev/components/vault/wait.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions registry/clusters/dev/vault.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions registry/clusters/prod/components/vault/operator.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions registry/clusters/prod/components/vault/rbac.yaml

This file was deleted.

Loading

0 comments on commit 0fee238

Please sign in to comment.