Commit Graph

69 Commits

Author SHA1 Message Date
zetaloop 7047784ee3 chore: 添加全量接口测试脚本 2026-04-05 20:02:08 +08:00
zetaloop 3f306cf0a9 docs: 补充管理员初始化与认证流程说明 2026-04-05 18:40:32 +08:00
zetaloop 529139893b fix: 文件接口公开路由与代码权限要求矛盾
GET /api/v1/files 在 envoy 里被设为公开路由但 getFileLogic 要求
user_id,去掉 jwt_authn 和 ext_authz 的公开豁免。
2026-04-05 18:16:05 +08:00
zetaloop 4625363d5a fix: admin 审批链路查询条件缺失与网关路由缺失
SearchUserVerifications 查询条件硬编码了 user_id=0 导致 admin 查询
始终返回空列表,改为条件构建模式。envoy 缺少 /api/v1/admin 前缀
路由导致审批接口 404。新增 users-rpc 启动时从环境变量自动初始化
管理员账户。
2026-04-05 16:53:15 +08:00
zetaloop 384471edca fix: 对齐 authz 认证链路 2026-04-05 12:06:39 +08:00
zetaloop d77bb65871 fix: postgres 启动健康检查加缓冲期 2026-04-03 17:55:03 +08:00
zetaloop 3eb44d8a73 refactor: build.sh 改用 buildx bake 并行构建 2026-04-01 20:19:36 +08:00
zetaloop 507d8c6fd9 add: 本地开发 compose 编排、构建脚本与数据库初始化 2026-04-01 20:19:36 +08:00
wwweww e7970ac25f fix: some api bug 2026-03-31 22:12:06 +08:00
wwweww 19cc7a778c Refactor: Remove deprecated gRPC service files and implement new API structure
- Deleted old gRPC service definitions in `game_grpc.pb.go` and `public.go`.
- Added new API server implementations for objectstory, player, and shop services.
- Introduced configuration files for new APIs in `etc/*.yaml`.
- Created main entry points for each service in `objectstory.go`, `player.go`, and `shop.go`.
- Removed unused user update handler and user API files.
- Added utility functions for context management and HTTP header parsing.
- Introduced PostgreSQL backup configuration in `backup/postgreSql.yaml`.
2026-02-28 18:35:56 +08:00
wwweww d2f33b4b96 fix: api descript 2026-02-28 05:33:16 +08:00
wwweww 5930fb0dde add: some user api and all api desc 2026-02-27 19:17:01 +08:00
wwweww a0c720eb2f add: user accomplished 2026-02-27 05:42:13 +08:00
wwweww 659168fe32 feat: add authz-adapter service and Envoy ext_authz integration
- Implemented authz-adapter deployment and service for Envoy gRPC authorization.
- Created PowerShell script to generate JWK for JWT authentication.
- Documented the integration of ext_authz with user-rpc.ValidateToken in ENVOY_EXT_AUTHZ_ADAPTER.md.
- Added comprehensive Envoy Gateway configuration guide with JWT authentication and access control in ENVOY_GATEWAY_GUIDE.md.
2026-02-26 06:08:35 +08:00
wwweww 60b6f40f9f add: user auth accomplished 2026-02-26 02:17:07 +08:00
wwweww 300058ad01 add: anowflake email kafka, refa: redis connectg 2026-02-25 01:16:13 +08:00
wwweww fdbcde13b2 add: 2026-02-23 20:36:21 +08:00
wwweww 4898aecd3b add: envoy redis 2026-02-23 15:54:33 +08:00
wwweww 55e8053e07 firest commit 2026-02-21 22:48:40 +08:00