Commit Graph

2 Commits

Author SHA1 Message Date
torben 1acdbb5519 Update build configuration and improve token handling
Build and Test / verify (push) Failing after 1m22s
- Change CI container image to debian:trixie-slim and set GOPROXY.
- Update Go version to 1.26 in Dockerfile and go.mod.
- Refactor token validation to use SHA-256 hashes instead of plain tokens.
- Add network policy to restrict access to the service.
- Enhance README with new configuration details and usage examples.
- Add tests for new token hash validation logic.
2026-07-11 22:08:56 +02:00
torben ea4aac6641 Add initial implementation of gitea-mcp-forward-auth microservice
Build and Test / verify (push) Failing after 22s
- Create build and release workflows for CI/CD
- Implement Dockerfile for multi-stage builds
- Add core authentication logic with token validation
- Include HTTP handler for authorization checks
- Set up Kubernetes deployment and service manifests
- Update README with usage instructions and configuration details
2026-07-11 21:58:58 +02:00