Skip to content

fix: remove orphaned JWT verification block causing IndentationError in integration-service - #15

Merged
Senthil455 merged 1 commit into
mainfrom
fix/integration-service-orphaned-jwt-block
Jun 15, 2026
Merged

fix: remove orphaned JWT verification block causing IndentationError in integration-service#15
Senthil455 merged 1 commit into
mainfrom
fix/integration-service-orphaned-jwt-block

Conversation

@Senthil455

Copy link
Copy Markdown
Owner

Problem

Lines 90-123 of \services/integration-service/main.py\ contained an indented JWT verification block with no enclosing function definition. This caused an \IndentationError\ on module load, preventing the service from starting.

Solution

Removed the orphaned block entirely. Authentication is already handled by the existing \internal_auth_middleware\ (line 187) which calls \�erify_internal_auth\ from \�tlas_observability.

@Senthil455
Senthil455 merged commit 5cde363 into main Jun 15, 2026
1 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant