Hi all,
I want to publish my javadoc but make restrict access to my confluence users only. I know I could use LDAP and then hook apache and confluence into it. However, then I'd need to find a new mechanism to allow users to change their passwords and override confluence's change password links to use the new mechanism.
Is there a way for other applications to subscribe to confluence security? I thought that confluence and or jira could share authentication which each other even without crowd.
Can I get apache to understand confluence access control and use the users/groups in its access control file?
Thanks
Peter
I blogged about a possible solution here:
http://www.confluenza.com/2013/01/04/protect-static-html-pages-using-crowd-and-confluence/
It ties into Confluence's seraph auth scheme and I think works independent of whether you use Crowd or not.
Glad it worked for you. Took me a while to figure out, and now I can't live without it. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Excellent. I can access the files only when logged in only after
<path name="javadoc">
<url-pattern>/mycontent/javadoc/*</url-pattern>
<role-name>confluence-users</role-name>
</path>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Now, all I need to do is to get the CSS working so javadoc looks as pretty as it should
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Matt, have you worked this kind of content into confluence search?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, that's a sticking point. Right now, we have Confluence search for the doc content and use Doxygen's built in search for the API docs. The latest thinking here is that we'll have to use a search appliance or third-party solution to get "federated" search. If you figure something out (I saw your question about search elsewhere on this site), please post a solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Will do. I'm in a unique situation. I can easily use attivio intelligence engine to search confluence and other data since we produce aie. We already have an eat-your-own-dogfood app which does this for our internal site and I got an answer to my question about overriding confluence search box behavior. So, I suspect I'll setup an instance of our product to index our external confluence and other product related information and use that to populate search results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
<Napolean Dynamite voice>Lucky!<...>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.