diff --git a/.gitignore b/.gitignore index 363c42c..528ea48 100644 --- a/.gitignore +++ b/.gitignore @@ -165,4 +165,6 @@ _media/cluster/ wheelhouse # RS256 을 위한 적용 keys 폴더 -keys \ No newline at end of file +keys + +msa-django-auth.code-workspace \ No newline at end of file diff --git a/auth_prj/wsgi.py b/auth_prj/wsgi.py index 7c2c9cd..3c58cf1 100644 --- a/auth_prj/wsgi.py +++ b/auth_prj/wsgi.py @@ -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( diff --git a/version b/version index 8da573f..0462afb 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.0.16 \ No newline at end of file +v0.0.16_t1 \ No newline at end of file