callback container integrated fully
This commit is contained in:
@@ -19,3 +19,9 @@ A report should include:
|
||||
- relevant log excerpts with all secrets removed
|
||||
|
||||
Only test systems for which you have explicit authorization.
|
||||
|
||||
## Deployment secrets and runtime data
|
||||
|
||||
Keep `.env` and persistent runtime directories such as `data/config`, `data/postgres`, `data/uploads`, `data/logs`, and `data/backups` outside source control. They are deployment data rather than application source and can contain credentials or operational information.
|
||||
|
||||
For Internet-facing callbacks, publish only the dedicated callback listener through the firewall or reverse proxy. The normal AssetManager web port should remain on the intended administrative network.
|
||||
|
||||
Reference in New Issue
Block a user