mirror of
https://github.com/terraphim/gitea-infrastructure.git
synced 2026-07-16 00:00:32 +02:00
security: redact credentials and remove corporate hostname/vault references
- README: replace zesticai-non-prod vault name and bigbox hostname with generic placeholders; replace hardcoded Tailscale IP with descriptive text - deploy-to-bigbox.sh: make BIGBOX and TAILSCALE_IP configurable via env vars (auto-detect via tailscale ip -4); replace op_zesticai_non_prod.sh with op_credentials.sh - Caddyfile: remove bigbox hostname from comment - RESEARCH doc: remove hardcoded S3 access key and secret key values from the secrets table; replace with generic op:// reference format - docker-compose_kitchen_sink.yml: replace hardcoded S3 credentials with CHANGE_ME placeholders Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -231,12 +231,12 @@ Internet ──▶ Caddy (:443/:80)
|
||||
### 1Password Secrets Required
|
||||
Based on current configuration, the following secrets must exist in 1Password:
|
||||
|
||||
| Secret | Purpose | Current Hardcoded Value |
|
||||
|--------|---------|------------------------|
|
||||
| `op://zesticai-non-prod/gitea-postgres/password` | PostgreSQL password | gitea |
|
||||
| `op://zesticai-non-prod/gitea-s3/access-key` | S3 access key | REDACTED_S3_ACCESS_KEY |
|
||||
| `op://zesticai-non-prod/gitea-s3/secret-key` | S3 secret key | REDACTED_S3_SECRET_KEY |
|
||||
| `op://zesticai-non-prod/gitea-jwt/secret` | Gitea JWT secret | (not currently set) |
|
||||
| Secret | Purpose |
|
||||
|--------|---------|
|
||||
| `op://your-vault/gitea-postgres/password` | PostgreSQL password |
|
||||
| `op://your-vault/gitea-s3/access-key` | S3 access key |
|
||||
| `op://your-vault/gitea-s3/secret-key` | S3 secret key |
|
||||
| `op://your-vault/gitea-jwt/secret` | Gitea JWT secret |
|
||||
|
||||
### Caddy Configuration Requirements
|
||||
```caddyfile
|
||||
|
||||
Reference in New Issue
Block a user