Skip to content

Conversation

@aram356
Copy link
Collaborator

@aram356 aram356 commented Oct 30, 2025

Closes #73

Example configuration

  1. in trusted-server.toml
[[handlers]]
path = "^/secure"
username = "user"
password = "pass"
  1. Environment variables:
# [[handlers]]
TRUSTED_SERVER__HANDLERS__0__PATH=^/secure
TRUSTED_SERVER__HANDLERS__0__USERNAME=user
TRUSTED_SERVER__HANDLERS__0__PASSWORD=pass

@aram356 aram356 self-assigned this Oct 30, 2025
Copy link
Collaborator

@ChristianPavilonis ChristianPavilonis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@aram356 aram356 changed the title Implemented basic auth for handlers Basic auth for handlers Oct 31, 2025
@aram356 aram356 merged commit 8403993 into main Nov 4, 2025
4 checks passed
@aram356 aram356 deleted the feature/handler-auth branch November 4, 2025 21:44
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.

As a publisher I need the ability to apply basic HTTP authentication to private endpoints

3 participants