Skip to content

feat: security & log consolidation#49

Merged
thushan merged 5 commits intomainfrom
feature/security-august-2025
Aug 12, 2025
Merged

feat: security & log consolidation#49
thushan merged 5 commits intomainfrom
feature/security-august-2025

Conversation

@thushan
Copy link
Copy Markdown
Owner

@thushan thushan commented Aug 12, 2025

This PR fixes up some minor things:

  • Terminal UI logo + version issues
  • Adds proxy profile as an ENV VAR now (OLLA_PROXY_PROFILE)
  • removes URLs from being visible (we use names only!) in endpoint status
  • consistent logging and simpler logging for requests hitting proxies

Summary by CodeRabbit

  • New Features

    • Added support for configuring Proxy Profile via the OLLA_PROXY_PROFILE environment variable.
    • Expanded reported capabilities to include model_unification; added vllm to supported backends.
  • Documentation

    • Updated Proxy Profile docs to describe environment variable override.
    • Added OLLA_PROXY_PROFILE=auto to configuration examples.
  • Refactor

    • Reduced proxy request log verbosity; clearer, path-aware middleware logging with improved request/response size fields.
    • Endpoint status response no longer includes the URL field (smaller JSON payload).
    • Improved version banner spacing for clearer display.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Aug 12, 2025

Note

Currently processing new changes in this PR. This may take a few minutes, please wait...

📥 Commits

Reviewing files that changed from the base of the PR and between c025112 and bd579d7.

📒 Files selected for processing (10)
  • docs/content/concepts/proxy-profiles.md (1 hunks)
  • docs/content/configuration/reference.md (1 hunks)
  • internal/adapter/proxy/olla/service.go (2 hunks)
  • internal/adapter/proxy/sherpa/service.go (2 hunks)
  • internal/app/handlers/handler_proxy.go (5 hunks)
  • internal/app/handlers/handler_status_endpoints.go (0 hunks)
  • internal/app/middleware/logging.go (4 hunks)
  • internal/app/middleware/logging_proxy_test.go (1 hunks)
  • internal/config/config.go (1 hunks)
  • internal/version/version.go (3 hunks)
 _____________________________________________________________
< Jurassic Park would have been a lot shorter with me around. >
 -------------------------------------------------------------
  \
   \   \
        \ /\
        ( )
      .( o ).

Tip

CodeRabbit can generate a title for your PR based on the changes with custom instructions.

Add the reviews.auto_title_instructions setting in your project's settings in CodeRabbit to generate a title for your PR based on the changes in the PR with custom instructions.

✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/security-august-2025

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@thushan thushan merged commit 411cf30 into main Aug 12, 2025
7 of 8 checks passed
@thushan thushan deleted the feature/security-august-2025 branch August 12, 2025 07:47
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