docs: document security-related config + behavior changes#68
Merged
Conversation
- reference/configuration.md: management_addr (default 127.0.0.1), http_listen_addr now defaulted to :80 when tls.mode auto/local. - reference/env-vars.md: SIMPLEDEPLOY_DISABLE_PORT_LOOPBACK; updated webhook SSRF note for DNS-rebind protection. - reference/ports.md: dashboard local-only default; loopback rewrite for app ports, with opt-out via env var or explicit interface bindings. - reference/compose-labels.md: new section listing all dangerous compose fields rejected by the validator (security_opt, devices, userns_mode, expanded caps, host-bind shim via driver_opts, etc.). - guides/api-keys.md: expires_at on create + last_used_at in list. - guides/users-roles.md: session invalidation behavior (token_version bumped on logout / password change / role change), per-(user,IP) lockout, dedicated login rate limit. - operations/security-hardening.md: HKDF subkey for JWT signing, iss/aud binding, token_version, login limiter, lockout enumeration fix. - operations/disaster-recovery.md: tar archive validation rejection rules + concurrency cap on upload-restore.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User-facing documentation for the changes shipped in PRs 28-67. Covers new config knobs (management_addr, SIMPLEDEPLOY_DISABLE_PORT_LOOPBACK), session invalidation semantics, expanded compose validator rejection list, restore tar archive constraints, and login rate-limit / lockout behavior.