Restricting Galaxy to particualt users or IP addresses
![](https://secure.gravatar.com/avatar/74947f8f088c71cbe7096e7dd5597981.jpg?s=120&d=mm&r=g)
Can Galaxy be restricted to specific users? Can it be integrated with Kerberos authentication? Can it be easily restricted to certain IP addresses or IP ranges?
![](https://secure.gravatar.com/avatar/55bceb33ab0cd9d8183869965c1a8224.jpg?s=120&d=mm&r=g)
On Jan 13, 2011, at 2:15 PM, Ben Passarelli wrote: Can it be easily restricted to certain IP addresses or IP ranges? no problem, use a firewall -- Glen L. Beane Software Engineer The Jackson Laboratory Phone (207) 288-6153
![](https://secure.gravatar.com/avatar/89b9b232a5da0064e413b4fc026ee073.jpg?s=120&d=mm&r=g)
The best way to do all of these things is likely by proxying through a web server like Apache. Galaxy can be configured to use the user id provided by apache (REMOTE_USER) and to not allow creation of new accounts. Similarly, you can restrict access to certain addresses using apaches Allow/Deny rules. See "External user authentication" here: https://bitbucket.org/galaxy/galaxy-central/wiki/Config/ApacheProxy Excerpts from Ben Passarelli's message of Thu Jan 13 19:15:05 +0000 2011:
Can Galaxy be restricted to specific users?
Can it be integrated with Kerberos authentication?
Can it be easily restricted to certain IP addresses or IP ranges?
-- James Taylor, Assistant Professor, Biology / Computer Science, Emory University
participants (3)
-
Ben Passarelli
-
Glen Beane
-
James Taylor