docs: overhaul SOPS documentation for better structure and readability
This commit is contained in:
parent
292c626629
commit
411200884b
6 changed files with 107 additions and 35 deletions
18
docs/concepts-and-configurations/sops.md
Normal file
18
docs/concepts-and-configurations/sops.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: SOPS
|
||||
---
|
||||
|
||||
# SOPS
|
||||
|
||||
We're using [SOPS](https://github.com/getsops/sops) for secret management together with the `community.sops.sops` vars plugin for Ansible.
|
||||
|
||||
## GPG Keys
|
||||
|
||||
In order to edit encrypted files, you need all the GPG public keys imported into your GPG Keychain. You should be able to find the necessary public keys in [infra-secrets](https://git.hamburg.ccc.de/CCCHH/infra-secrets).
|
||||
|
||||
## Guides
|
||||
|
||||
See the following pages for guidance on how to use SOPS:
|
||||
|
||||
- [SOPS: New Host](../guides/sops-new-host.md)
|
||||
- [SOPS: Storing Secrets](../guides/sops-storing-secrets.md)
|
||||
Loading…
Add table
Add a link
Reference in a new issue