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

Bypass login page for "git-gateway" #7297

Open
andrewheberle opened this issue Oct 3, 2024 · 0 comments
Open

Bypass login page for "git-gateway" #7297

andrewheberle opened this issue Oct 3, 2024 · 0 comments
Labels
area: auth type: feature code contributing to the implementation of a feature and/or user facing functionality

Comments

@andrewheberle
Copy link

Is it possible to disable the login page for the "git-gateway" backend?

The use case is to have the CMS secured via an external means, such as a reverse proxy, so that calls to the .netlify/git/... paths are essentially unauthenticated?

I'm specifically working on a "git-gateway" implementation using Cloudflare Workers with access secured using Cloudflare Access (although this could be more generic to allow any incoming JWT to be verified) so a Cloudflare Pages based static site can be set up with Decap CMS without any external dependencies and not require CMS users to have direct access to the git repository.

@andrewheberle andrewheberle added the type: feature code contributing to the implementation of a feature and/or user facing functionality label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: auth type: feature code contributing to the implementation of a feature and/or user facing functionality
Projects
None yet
Development

No branches or pull requests

3 participants
@andrewheberle @martinjagodic and others