Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Method for Subversion integration with an established repository using SSH Key for authentication?

Method for Subversion integration with an established repository using SSH Key for authentication?

Added by JD Scott almost 9 years ago

Hello all,

I’d love to be able to integrate our established Subversion repository for a project, however, our administrator limits our authentication methods on our server to SSH Key authentication. Is there a method for configuring OpenProject to use an SSH key for authentication? If I were able to provide key bytes for authentication for a given project’s Subversion integration settings, that would be helpful. Or, alternatively, if there is another way to make this happen without requiring a change to the OpenProject source, that would be great as well.

Thanks,

JD


Replies (1)

RE: Method for Subversion integration with an established repository using SSH Key for authentication? - Added by Oliver Günther almost 9 years ago

Hi JD,

as we rely on the mod_svn with a HTTP basic authentication to pass authentication data from the actual SVN request to OpenProject, I don’t see this happening without a plugin that configures some external service (such as svnserve).
For Git, I wrote a plugin to do exactly that with Gitolite. But due the amount of changes required to the core, the plugin is quite brittle and requires extra care.

Best,
Oliver

  • (1 - 1/1)
Loading...