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

[Feature Request] Disable Authentication/Login #121

Closed
darthdubu opened this issue Sep 26, 2020 · 6 comments · Fixed by #147 or #154
Closed

[Feature Request] Disable Authentication/Login #121

darthdubu opened this issue Sep 26, 2020 · 6 comments · Fixed by #147 or #154
Assignees
Labels
backend Requires backend work enhancement New feature or request frontend Requires frontend work good first issue Good for newcomers Hacktoberfest

Comments

@darthdubu
Copy link

A way to disable the login/auth similiar to portainers "--no-auth" command be great for those of us who use SSO's like Authelia.

@SelfhostedPro SelfhostedPro added backend Requires backend work frontend Requires frontend work enhancement New feature or request good first issue Good for newcomers labels Sep 26, 2020
@SelfhostedPro SelfhostedPro self-assigned this Sep 26, 2020
@SelfhostedPro
Copy link
Owner

I will probably implement this as an environment variable. Added to the Alpha to-do.

@darthdubu
Copy link
Author

Awesome thanks!

This was linked to pull requests Oct 9, 2020
@SelfhostedPro
Copy link
Owner

Once Alpha 4 is released you can disable authentication by setting DISABLE_AUTH=True as an environment variable. If you would like to test this out try the devel branch once it's done building the latest merge.

@darthdubu
Copy link
Author

Hey thanks for adding this so quickly! Going to test it out as soon as I get the chance!

@yangkghjh
Copy link

Is there a plan to add remember me function to login page?

@SelfhostedPro
Copy link
Owner

Is there a plan to add remember me function to login page?

I'll look into adding one. I may wind up using a different authentication framework eventually but the remember me function will likely be a little while out as it's not easy with the current framework. The other issue is that Yacht uses a different secret key everytime it restarts so it will kick you out of your session. Please open a separate issue for this so I can keep an eye on it when this one closes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Requires backend work enhancement New feature or request frontend Requires frontend work good first issue Good for newcomers Hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants