Update README.md
Build and Publish / Build and Publish Docker Image (push) Successful in 4m23s

This commit is contained in:
2026-05-05 15:39:31 +00:00
parent 9f077c8d39
commit cbd07b7e3c
+2 -4
View File
@@ -107,7 +107,7 @@ spec:
spec: spec:
containers: containers:
- name: auth-proxy - name: auth-proxy
image: ghcr.io/your-org/rsauth2-proxy:latest image: ultradesu/rsauth2-proxy:0.1.0
ports: ports:
- containerPort: 8080 - containerPort: 8080
envFrom: envFrom:
@@ -197,8 +197,6 @@ cargo build --release
docker build -t rsauth2-proxy . docker build -t rsauth2-proxy .
``` ```
Produces a static musl binary in a `FROM scratch` image (~10MB).
## Security properties ## Security properties
- **Encrypted cookies** — AES-256-GCM, not just signed. Cookie contents cannot be read or tampered with without the key. - **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 ## License
MIT WTFPL