FastAPI REST service wrapping minio-sdk with Keycloak auth and tenant scoping.
  • Python 99.2%
  • Dockerfile 0.8%
Find a file
2026-03-28 21:20:34 +00:00
src/minio_api fix: add CORS middleware for cross-origin image serving (#12) 2026-03-28 21:20:34 +00:00
tests feat: standardize ruff config to line-length=88, select=E,F,I,W (#10) 2026-03-28 19:05:05 +00:00
.dockerignore feat: add Dockerfile and Woodpecker CI pipeline (#7) 2026-03-22 08:36:35 +00:00
.gitignore feat: FastAPI REST service wrapping minio-sdk operations (#2) 2026-03-22 07:23:35 +00:00
.pre-commit-config.yaml feat: standardize ruff config to line-length=88, select=E,F,I,W (#10) 2026-03-28 19:05:05 +00:00
.woodpecker.yaml feat: add Dockerfile and Woodpecker CI pipeline (#7) 2026-03-22 08:36:35 +00:00
CLAUDE.md feat: add Keycloak OIDC auth middleware with tenant-scoped access control (#5) 2026-03-22 07:54:10 +00:00
Dockerfile feat: add Dockerfile and Woodpecker CI pipeline (#7) 2026-03-22 08:36:35 +00:00
pyproject.toml feat: standardize ruff config to line-length=88, select=E,F,I,W (#10) 2026-03-28 19:05:05 +00:00
README.md Initial commit 2026-03-22 06:48:48 +00:00

minio-api

FastAPI REST service wrapping minio-sdk with Keycloak auth and tenant scoping.