Quellen, deployment-config
9 Quellen in /var/www/code/deployment-config/sources.yaml.
| ID | Titel | URL / Referenz | Publisher | Typ | Relevanz |
|---|---|---|---|---|---|
| TWELVE_FACTOR_CONFIG | The Twelve-Factor App: Config | https://12factor.net/config | Adam Wiggins | methodology | Konfiguration ueber Umgebung und Trennung von Code und Config. |
| OWASP_SECRETS | OWASP Secrets Management Cheat Sheet | https://cheatsheetseries.owasp.org/cheatsheets/Secrets_Management_Cheat_Sheet.html | OWASP | security_guidance | Speicherung, Zugriff und Rotation von Secrets. |
| OWASP_HEADERS | OWASP HTTP Headers Cheat Sheet | https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Headers_Cheat_Sheet.html | OWASP | security_guidance | Sichere HTTP-Header als Deployment-Baseline. |
| POSTGRES_BACKUP | PostgreSQL Documentation: Backup and Restore | https://www.postgresql.org/docs/current/backup.html | PostgreSQL Global Development Group | documentation | Backup- und Restore-Strategien. |
| POSTGRES_ALTER_TABLE | PostgreSQL Documentation: ALTER TABLE | https://www.postgresql.org/docs/current/sql-altertable.html | PostgreSQL Global Development Group | documentation | Deployment-Risiken bei Schema-Aenderungen. |
| PHP_CONFIGURATION | PHP Runtime Configuration | https://www.php.net/manual/en/configuration.php | PHP Documentation Group | documentation | PHP-Konfiguration fuer Umgebungen. |
| PHP_OPCACHE | PHP OPcache | https://www.php.net/manual/en/book.opcache.php | PHP Documentation Group | documentation | Produktionsrelevante PHP-Cache-Konfiguration. |
| LOCAL_SECURITY | Lokale Security YAML Library | file:/var/www/code/security | Projekt | local_policy | Security-, Session-, Reauth- und Secret-Regeln. |
| LOCAL_OBSERVABILITY | Lokale Observability/Audit YAML Library | file:/var/www/code/observability-audit | Projekt | local_policy | Health Checks, Logs, Traces und Auditierbarkeit. |