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

Replace pass-auth authenticated service with user service #1260

Merged
merged 8 commits into from
Apr 22, 2024
Merged

Conversation

markpatton
Copy link
Contributor

@markpatton markpatton commented Mar 18, 2024

Changes

  • Remove CSP header from the Dockerfile,
    • It is done by pass-core
  • No longer have nginx handle not found by serving out index.html
    • It is handled by pass-core.
  • Switch to using /user/whoami to figure out loggedin user
  • Remove no longer needed routes
  • Remove favicon configuration code, just require a favicon.png.

Related prs:

@markpatton markpatton marked this pull request as ready for review April 22, 2024 11:43
Copy link
Contributor

@jaredgalanis jaredgalanis left a comment

Choose a reason for hiding this comment

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

Looks good! 👍

@markpatton markpatton merged commit b39df3d into main Apr 22, 2024
3 of 4 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.

Consolidate pass-auth and pass-docker reverse proxy functionality into pass-core
2 participants