User Story #838 (accepted)
Opened 17 years ago
Last modified 12 years ago
Configure OMERO for SSL transport and document use
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | major | Milestone: | Unscheduled |
Component: | Security | Keywords: | jboss |
Cc: | cxallan | Story Points: | n.a. |
Sprint: | n.a. | Importance: | n.a. |
Total Remaining Time: | 3.0d | Estimated Remaining Time: | n.a. |
Description (last modified by jmoore)
As outlined in Chapter 9 of the JBoss server manual, it is possible to configure EJBS for secure transport. This requires a minimum amount of configuration in the EJBs themselves, and work by system administrators and client developers to enable the transport.
Documentation for this will be available at:
https://trac.openmicroscopy.org.uk/omero/wiki/OmeroSecurity
See also #1747, certificate-based login
Change History (12)
comment:1 Changed 17 years ago by jmoore
comment:2 Changed 17 years ago by jmoore
- Owner changed from jmoore to atarkowska
Passing off to you, Ola. Most likely can wait for milestone:3.0-Beta4. Push it forward if you want.
comment:3 Changed 17 years ago by jmoore
When I was setting LDAP ssl transport I had to add keystore and
truststore and all is already there, on omero.properties.
If all is on place, while not test it on Beta-3.0?
What do you think?
Great. Yeah, if everything's in place, then do try. After JBoss, though, we'll need to work through and document setting up SSL connections for Blitz, as well.
comment:4 Changed 17 years ago by atarkowska
configuration http://www.jboss.org/wiki/Wiki.jsp?page=SSLSetup
comment:5 Changed 16 years ago by atarkowska
- Milestone changed from 3.0-Beta3 to 3.0-Beta4
comment:6 Changed 16 years ago by atarkowska
- Description modified (diff)
- Milestone changed from OMERO-Beta4 to OMERO-Beta4.2
comment:7 Changed 15 years ago by jmoore
- Description modified (diff)
comment:8 Changed 15 years ago by jmoore
- Type changed from Task to User Story
comment:9 Changed 15 years ago by jmoore
- Owner changed from atarkowska to jmoore
comment:10 Changed 14 years ago by jmoore
comment:11 Changed 14 years ago by jmoore
(In [7536]) Changing references to 4063 to 4064 and fixing windefault.xml (See #838)
original-svn-id: file:///home/svn/omero/branches/Beta4.2@7534 05709c45-44f0-0310-885b-81a1db45b4a6
comment:12 Changed 12 years ago by agilo
- Status changed from new to accepted
Updated status, related task in progress
r1949 and r1950 have initial server- and client-side (code) configuration. This does not include the JBoss configuration.