All checks were successful
build-and-push / build (push) Successful in 33s
- 가시성을 스레드 단위 → 단일 메일 from/to/cc 기준으로 되돌림(답장도 개별 판정) - mailsync.GetFull(rfc822msgid→format=full): 본문(text 우선/HTML) + 첨부 리스트 파싱 - mailsync.GetAttachment: 첨부 바이트 다운로드(요청자 메일함 impersonate) - GET /mails/full, GET /mails/attachment — 권한: canSeeProject + 단일메일 참여자만(403) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
spin-backend
배포: infra repo → manifests/apps/internal/spin-backend/ → ArgoCD ApplicationSet apps → internal ns.
CI
master 또는 main push → Gitea Actions 가 image build + push (:<sha> + :latest) → git.special-partners.com/admin/spin-backend.
빌드 결과는 자동 배포됩니다 — ArgoCD Image Updater 가 :latest digest 변화를 추적해
infra repo 에 digest 를 write-back 하고 ArgoCD 가 새 이미지로 sync 합니다. (kubectl set image 불필요)
필요 repo secrets (Settings → Actions → Secrets and Variables)
REGISTRY_USER— Gitea usernameREGISTRY_TOKEN— Gitea PAT (scope:read:package,write:package)
환경 변수
.env.sample 참고. 클러스터에선 K8s Secret/value로 자동 주입.
컨테이너 port
8080 (Dockerfile EXPOSE). 변경 시 deployment.yaml의 containerPort 같이 수정.
Description
Languages
Go
99.7%
Dockerfile
0.3%