jeffreyparker / duo_universal_atlassian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duo Atlassian Plugin

Overview

Build Status Issues Forks Stars License

Duo two-factor authentication plugin for Jira and Confluence with Duo Universal Prompt .

Usage

Installation documents:

Development Prerequisites

The following are steps for the open source community to build and contribute to this plugin.

Development Installation

  • Inside of duo_universal_java run atlas-mvn clean install
  • Inside of duo_atlassian_plugin run atlas-mvn package
  • For Jira Development
    • Copy duo_seraph_filter/target/duo-filter-$VERSION-jar-with-dependencies.jar to $JIRA_DIR/atlassian-jira/WEB-INF/lib/
    • Restart Jira sudo /etc/init.d/jira stop ; sudo /etc/init.d/jira start
  • For Confluence Development
    • Copy duo_seraph_filter/target/duo-filter-$VERSION-jar-with-dependencies.jar to $CONFLUENCE_DIR/confluence/WEB-INF/lib/
    • Restart Confluence sudo /etc/init.d/confluence stop ; sudo /etc/init.d/confluence start

Automated Testing

From inside of duo_atlassian_plugin run:

atlas-mvn test

Linting

From inside of duo_atlassian_plugin run:

atlas-mvn checkstyle:check

Support

Please report any bugs, feature requests, or issues to us directly at support@duosecurity.com.

Have fun!

http://www.duosecurity.com/

About

License:Other


Languages

Language:Java 64.3%Language:Python 35.7%