Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote Header authentication #20

Merged
merged 1 commit into from
May 31, 2021
Merged

Remote Header authentication #20

merged 1 commit into from
May 31, 2021

Conversation

jvoss
Copy link
Owner

@jvoss jvoss commented May 31, 2021

Added Remote Header authentication configuration and tested with Caddy:

caddy_config: |
  :8080 {
    route /static* {
      uri strip_prefix /static
      root * {{ nautobot_root }}/static
      file_server
    }

    reverse_proxy http://127.0.0.1:8001 {
      header_up Remote-User test
    }
  }

This change also allows multiple authentication methods to be configured simultaneously.

Resolves #14

@jvoss jvoss added the enhancement New feature or request label May 31, 2021
@jvoss jvoss self-assigned this May 31, 2021
@jvoss jvoss merged commit 5ad26a7 into master May 31, 2021
@jvoss jvoss deleted the remote-header-auth branch May 31, 2021 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support External Authentication: Remote Header
1 participant