Skip to content

feat: add --disable-auth flag for development/testing#62

Merged
swarna1101 merged 8 commits intomainfrom
feature/disable-auth-flag
Oct 6, 2025
Merged

feat: add --disable-auth flag for development/testing#62
swarna1101 merged 8 commits intomainfrom
feature/disable-auth-flag

Conversation

@swarna1101
Copy link
Collaborator

  • Add global --disable-auth flag to bypass authentication
  • Mock authentication with mock-client-id when flag is set
  • All commands work without login when --disable-auth is used
  • Maintains full functionality: publish, subscribe, health, etc.
  • Fixed rate limiting display to show actual seconds

- Add global --disable-auth flag to bypass authentication
- Mock authentication with mock-client-id when flag is set
- All commands work without login when --disable-auth is used
- Perfect for development and testing scenarios
- Maintains full functionality: publish, subscribe, health, etc.
- Fixed rate limiting display to show actual seconds
@swarna1101 swarna1101 requested review from hpsing and paiva September 24, 2025 13:05
@swarna1101 swarna1101 linked an issue Sep 24, 2025 that may be closed by this pull request
@swarna1101 swarna1101 requested a review from paiva September 26, 2025 17:04
@swarna1101 swarna1101 requested review from hpsing and paiva September 30, 2025 19:35
@swarna1101 swarna1101 requested review from hpsing and paiva October 5, 2025 14:57
@swarna1101 swarna1101 merged commit 561fe2d into main Oct 6, 2025
2 checks passed
@swarna1101 swarna1101 deleted the feature/disable-auth-flag branch October 6, 2025 16:51
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.

Add --disable-auth Flag

3 participants