13 Commits

Author SHA1 Message Date
torben 9ab31a9827 Fix Dockerfile by re-adding GOPROXY_URL argument for clarity
Build and Test / verify (push) Successful in 32s
Build and Push Container Image / build-and-push-image (push) Successful in 50s
v1.0.2
2026-07-12 17:52:57 +02:00
torben b8d18e819c Add logging functions and improve error handling in test registry script
Build and Test / verify (push) Successful in 32s
Build and Push Container Image / build-and-push-image (push) Successful in 52s
v1.0.1
2026-07-12 15:55:20 +02:00
torben 8ca0fa8611 Enhance release workflow and add local testing script for registry images
Build and Test / verify (push) Successful in 33s
- Update release.yaml to publish :latest and :prerelease-tag for stable and pre-release tags respectively.
- Add README section for local testing of registry images with a new script.
- Introduce scripts/test-registry-image.sh for end-to-end testing of published images.
2026-07-12 15:48:31 +02:00
torben 3cb559ffbc Add VS Code configuration files and demo token hashes for local testing
Build and Test / verify (push) Successful in 34s
Build and Push Container Image / build-and-push-image (push) Successful in 1m35s
v1.0.0
2026-07-12 14:59:34 +02:00
torben fc4f89804c Remove temporary cache disablement in Go setup action
Build and Test / verify (push) Successful in 2m4s
2026-07-12 13:42:32 +02:00
torben 9b83fca76e Update Go setup action to version 6 and adjust caching configuration
Build and Test / verify (push) Successful in 1m31s
2026-07-12 09:41:44 +02:00
torben dad8d5a3af test runtime differences in setup-go 5vs6
Build and Test / verify (push) Successful in 36s
2026-07-12 09:31:43 +02:00
torben 7766091f73 Add GitHub Copilot instructions and CI/CD conventions documentation
Build and Test / verify (push) Successful in 9m57s
2026-07-12 09:23:07 +02:00
torben a8d44b320b Add artifact upload step and update build command in CI workflow
Build and Test / verify (push) Successful in 9m55s
2026-07-12 09:10:33 +02:00
torben d9ea716c16 fix gitignore and add missing files
Build and Test / verify (push) Successful in 10m29s
2026-07-12 08:39:21 +02:00
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
torben 75acb3c376 Initial commit 2026-07-11 19:16:32 +00:00