Initialize ops repository

This commit is contained in:
vaultsovereign
2025-12-17 15:13:19 +00:00
commit f375d21a9e
51 changed files with 590 additions and 0 deletions

13
20-identity/README.md Normal file
View File

@@ -0,0 +1,13 @@
# Identity
Identity is operated as roles + leases.
In this repo:
- roles: `20-identity/roles/`
- policies: `20-identity/policies/`
- leases (time-bound grants): `20-identity/leases/`
- public keys only: `20-identity/keys/public/`
Private keys and plaintext secrets do not belong here.

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,7 @@
# Public keys only
Store public keys here (e.g., `*.pub`).
- Name keys to match the role/device: `<role>-<scope>-<id>`.
- Never commit private keys.

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@