From cbd07b7e3cbd383d461eacbe7bce71ef99d2de50 Mon Sep 17 00:00:00 2001 From: ab Date: Tue, 5 May 2026 15:39:31 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3190d5..3796065 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ spec: spec: containers: - name: auth-proxy - image: ghcr.io/your-org/rsauth2-proxy:latest + image: ultradesu/rsauth2-proxy:0.1.0 ports: - containerPort: 8080 envFrom: @@ -197,8 +197,6 @@ cargo build --release docker build -t rsauth2-proxy . ``` -Produces a static musl binary in a `FROM scratch` image (~10MB). - ## Security properties - **Encrypted cookies** — AES-256-GCM, not just signed. Cookie contents cannot be read or tampered with without the key. @@ -221,4 +219,4 @@ On successful authentication, the following headers are set on the request forwa ## License -MIT +WTFPL