You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org> on 2012/08/23 10:57:42 UTC

[jira] [Created] (STANBOL-721) Introduce authenticatin mechanism

Reto Bachmann-Gmür created STANBOL-721:
------------------------------------------

             Summary: Introduce authenticatin mechanism
                 Key: STANBOL-721
                 URL: https://issues.apache.org/jira/browse/STANBOL-721
             Project: Stanbol
          Issue Type: Improvement
            Reporter: Reto Bachmann-Gmür


It shall be possible to require user authentication for doing some actions requiring particular permissions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (STANBOL-721) Introduce authenticatin mechanism

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür reassigned STANBOL-721:
------------------------------------------

    Assignee: Reto Bachmann-Gmür
    
> Introduce authenticatin mechanism
> ---------------------------------
>
>                 Key: STANBOL-721
>                 URL: https://issues.apache.org/jira/browse/STANBOL-721
>             Project: Stanbol
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Reto Bachmann-Gmür
>
> It shall be possible to require user authentication for doing some actions requiring particular permissions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (STANBOL-721) Introduce authentication mechanism

Posted by "Rupert Westenthaler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452029#comment-13452029 ] 

Rupert Westenthaler commented on STANBOL-721:
---------------------------------------------

While looking into the issue above I have created an own partial bundle list for authentication. This makes it really easy to enable/disable authentication depending on the Stanbol use case.

By default authentication is

* available for the full/full-war launcher
* disabled for the stable launcher

Will commit later today

                
> Introduce authentication mechanism
> ----------------------------------
>
>                 Key: STANBOL-721
>                 URL: https://issues.apache.org/jira/browse/STANBOL-721
>             Project: Stanbol
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Reto Bachmann-Gmür
>
> It shall be possible to require user authentication for doing some actions requiring particular permissions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (STANBOL-721) Introduce authentication mechanism

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13440614#comment-13440614 ] 

Reto Bachmann-Gmür commented on STANBOL-721:
--------------------------------------------

Check out the current state by starting with the (undocumented) -s option. At the moment only ContentHub seems to require a non-standard permission so you'll have to login to use it. By default there is a user 'admin' with all permissions, password is 'admin'.
                
> Introduce authentication mechanism
> ----------------------------------
>
>                 Key: STANBOL-721
>                 URL: https://issues.apache.org/jira/browse/STANBOL-721
>             Project: Stanbol
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Reto Bachmann-Gmür
>
> It shall be possible to require user authentication for doing some actions requiring particular permissions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (STANBOL-721) Introduce authentication mechanism

Posted by "Rupert Westenthaler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452026#comment-13452026 ] 

Rupert Westenthaler commented on STANBOL-721:
---------------------------------------------

Noticed today that in the stable launcher does have some problems related with this issue. 

10.09.2012 14:07:33.873 *INFO* [FelixStartLevel] org.mortbay.log Logging to org.apache.sling.commons.log.internal.slf4j.SlingLogger@2dc0435 via org.mortbay.log.Slf4jLog
ERROR: Bundle org.apache.clerezza.platform.config [67]: Error starting slinginstall:platform.config-0.3-incubating.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.clerezza.platform.config [67]: Unable to resolve 67.0: missing requirement [67.0] package; (package=org.apache.clerezza.platform.graphprovider.content))
org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.clerezza.platform.config [67]: Unable to resolve 67.0: missing requirement [67.0] package; (package=org.apache.clerezza.platform.graphprovider.content)
	at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3443)
	at org.apache.felix.framework.Felix.startBundle(Felix.java:1727)
	at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1156)
	at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
	at java.lang.Thread.run(Thread.java:662)

Reto, any Idea why this is happening?


                
> Introduce authentication mechanism
> ----------------------------------
>
>                 Key: STANBOL-721
>                 URL: https://issues.apache.org/jira/browse/STANBOL-721
>             Project: Stanbol
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Reto Bachmann-Gmür
>
> It shall be possible to require user authentication for doing some actions requiring particular permissions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (STANBOL-721) Introduce authentication mechanism

Posted by "Alessandro Adamou (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessandro Adamou updated STANBOL-721:
--------------------------------------

    Summary: Introduce authentication mechanism  (was: Introduce authenticatin mechanism)
    
> Introduce authentication mechanism
> ----------------------------------
>
>                 Key: STANBOL-721
>                 URL: https://issues.apache.org/jira/browse/STANBOL-721
>             Project: Stanbol
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Reto Bachmann-Gmür
>
> It shall be possible to require user authentication for doing some actions requiring particular permissions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira