Skip to content

Commit

Permalink
add git-crypt info
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed May 6, 2024
1 parent 1be6d76 commit 852cb70
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,17 @@ Querying disks map example:
```

\- will return the system disk device name


## Encryption

Currently, Talm does not have built-in encryption support, but you can transparently encrypt your secrets using the [git-encrypt](https://github.com/AGWA/git-crypt) extension.

Example `.gitattributes` file:

```
kubeconfig filter=git-crypt diff=git-crypt
secrets.yaml filter=git-crypt diff=git-crypt
talosconfig filter=git-crypt diff=git-crypt
.gitattributes !filter !diff
```

0 comments on commit 852cb70

Please sign in to comment.