update
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# TAPM Deployment Access
|
||||
|
||||
TAPM Deployment Access is a short-lived authorization broker for protected
|
||||
deployment packages. Technicians authenticate with Gitea, create a deployment
|
||||
code, and permit a limited number of hosts to download explicitly selected
|
||||
packages during a fixed authorization window.
|
||||
deployment packages and installer actions. Technicians authenticate with
|
||||
Gitea, create a deployment code, and permit a limited number of hosts to use
|
||||
explicitly selected capabilities during a fixed authorization window.
|
||||
|
||||
Default policy:
|
||||
|
||||
@@ -20,11 +20,11 @@ The ProxMenu integration contract is documented in
|
||||
|
||||
## Components
|
||||
|
||||
- `cmd/server`: portal, OAuth flow, authorization API, and protected downloads
|
||||
- `cmd/server`: portal, OAuth flow, authorization API, uploads, and downloads
|
||||
- `cmd/migrate`: ordered MariaDB schema migrations with an advisory lock
|
||||
- `internal/app`: application, security, and registry proxy logic
|
||||
- `deploy/nginx`: TLS reverse-proxy example
|
||||
- `compose.yaml`: hardened, loopback-only container deployment
|
||||
- `compose.yaml`: hardened, host-networked container deployment
|
||||
|
||||
## Local checks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user