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

Authentication, SSL and user account management #7

Closed
nblumhardt opened this issue Dec 2, 2013 · 6 comments
Closed

Authentication, SSL and user account management #7

nblumhardt opened this issue Dec 2, 2013 · 6 comments
Milestone

Comments

@nblumhardt
Copy link
Member

As it says on the box.

@thegreatco
Copy link

At a minimum I would really like to see basic password authentication (no user, just password). Right now we're stuck hiding it behind a VPN.

@nblumhardt
Copy link
Member Author

Thanks for weighing in, I'll try to bring this one forward a bit.

@andymac4182
Copy link

It would be great if a single SSL session could be opened using Client certificate auth similar to how octopus deploy works. This will allow us to use it across domains.

@bojanrajkovic
Copy link

It'd be nice if authentication is pluggable—we have our own single sign-on system that it'd be nice if we could reuse.

@nblumhardt
Copy link
Member Author

Thanks for the suggestions, will dig into this and see how we go.

@nblumhardt
Copy link
Member Author

User accounts are done; the default install is still authentication-free, you can switch on accounts via the Users tab:

image

The permissions system is very basic - everyone has read/write access to pretty much everything except settings, which require the "Is Administrator" permission.

I've broken out two more tickets - one for SSL configuration, the other for pluggable auth providers (only simple username/password auth this time through).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants