Skip to content

Commit

Permalink
added an example file with .vaultifty/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sacha-roussakis-notter committed Feb 5, 2024
1 parent c2249e4 commit 6a0c892
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/devops/PIPELINES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!-- // ########################################################################################
// # ██████╗ ██╗ ██╗██╗ ██╗███╗ ██╗ ██████╗ ██████╗ ██████╗ ██╗ ██╗██████╗ #
// # ██╔══██╗██║ ██║██║ ██║████╗ ██║ ██╔════╝ ██╔══██╗██╔═══██╗██║ ██║██╔══██╗ #
// # ██████╔╝██║ ██║██║ ██║██╔██╗ ██║ ██║ ███╗██████╔╝██║ ██║██║ ██║██████╔╝ #
// # ██╔══██╗██║ ██║██║ ██║██║╚██╗██║ ██║ ██║██╔══██╗██║ ██║██║ ██║██╔═══╝ #
// # ██████╔╝╚██████╔╝╚██████╔╝██║ ╚████║ ╚██████╔╝██║ ██║╚██████╔╝╚██████╔╝██║ #
// # ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ #
// # Author: Sacha Roussakis-Notter #
// # Project: Vaultify #
// # Description: Easily push, pull and encrypt tofu and terraform statefiles from Vault. #
// ######################################################################################## -->

```bash
██╗ ██╗ █████╗ ██╗ ██╗██╗ ████████╗██╗███████╗██╗ ██╗
██║ ██║██╔══██╗██║ ██║██║ ╚══██╔══╝██║██╔════╝╚██╗ ██╔╝
██║ ██║███████║██║ ██║██║ ██║ ██║█████╗ ╚████╔╝
╚██╗ ██╔╝██╔══██║██║ ██║██║ ██║ ██║██╔══╝ ╚██╔╝
╚████╔╝ ██║ ██║╚██████╔╝███████╗██║ ██║██║ ██║
╚═══╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝

```

---

# Introduction

This document has been created to showcase, automation solutions that can be used with vaultify.


## Author

| Vaultify |
| ----------------------- |
| **Sacha Roussakis-Notter** |
| *Maintainer and Creator* |
14 changes: 14 additions & 0 deletions samples/.vaultify/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"settings": {
"terraform_workspace": true,
"default_engine_name": "kv",
"default_secret_storage": "vault",
"azure": {
"storage_account_name": "",
"storage_account_resource_group_name": ""
},
"aws": {
"s3_bucket_name": ""
}
}
}

0 comments on commit 6a0c892

Please sign in to comment.