[update] header test
All checks were successful
Build And Test / build-and-push (push) Successful in 2m29s

This commit is contained in:
2025-12-08 13:52:54 +09:00
parent ec866f2d05
commit 64032861e0
3 changed files with 8 additions and 2 deletions

4
.gitignore vendored
View File

@ -165,4 +165,6 @@ _media/cluster/
wheelhouse
# RS256 을 위한 적용 keys 폴더
keys
keys
msa-django-auth.code-workspace

View File

@ -39,6 +39,10 @@ if not settings.DEBUG:
# endpoint="jaeger-collector.observability.svc.cluster.local:4317",
endpoint=settings.TRACE_ENDPOINT,
insecure=True,
headers={
"X-Scope-OrgID": settings.SERVICE_PLATFORM,
"X-Service": settings.TRACE_SERVICE_NAME
}
)
trace.get_tracer_provider().add_span_processor(

View File

@ -1 +1 @@
v0.0.16
v0.0.16_t1