Mantis - Resin
Viewing Issue Advanced Details
2315 minor always 01-11-08 14:58 01-23-08 10:12
sam  
ferg  
high  
closed 3.1.4  
fixed  
none    
none 3.1.5  
0002315: Make /resin-admin very simple to enable
Something like

  <management>
    <resin-admin url="/resin-admin" username="admin" password="MD5HASH=="/>

username default is "admin"
url default is "/resin-admin"
password default see 0002316

More sophisticated sites can still explicitly create a web-app, providing whatever security mechanism and login mechanism is desired.

Notes
(0002643)
netsql2   
01-12-08 11:25   
I wonder if this is related to Hudson (very good /important product) not beeing able to authenitcate only in Resin?
(0002653)
sam   
01-15-08 07:11   
Hudson authentication is issue 0002320
(0002666)
ferg   
01-23-08 10:12   
See 0002316.

The configuration looks like:

  <resin xmlns="http://caucho.com/ns/resin"> [^]
   
     <management path="admin">
         <user name="my-name" password="MD5HASH=="/>
         ...

See also http://caucho.com/resin/doc/resin-security.xtp [^]