2017 © Pedro Peláez
 

library jira-auth

This is jira-auth processor for apaches http external auth

image

groar/jira-auth

This is jira-auth processor for apaches http external auth

  • Wednesday, August 17, 2016
  • by Degola
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

HTTP Basic Auth with Jira credentials

To use AuthExternal in your apache configuration you need the authnz-external mod. Install on Ubuntu/Debian with:, (*1)

    apt-get install libapache2-mod-authnz-external
    cd /usr/local/bin/
    git clone https://github.com/Degola/jira-authentication-apache-mod-authnz-external
    cd jira-authentication-apache-mod-authnz-external
    composer update

Example HTTP Configuration:, (*2)

    <Location />
            AuthType Basic
            AuthName "Restricted"
            AuthBasicProvider external
            AuthExternal jira-backend
            require valid-user
    </Location>

    AddExternalAuth jira-backend "/usr/local/bin/jira-auth/bin/jira-auth.php https://your-jira-url.com/jira/ your-logstash-server.com:1234 i-have-access-group"
    SetExternalAuthMethod jira-backend pipe

i-have-access-group is the corresponding jira group which has to be assigned to the user who tries to login., (*3)

The Versions

17/08 2016

dev-master

9999999-dev

This is jira-auth processor for apaches http external auth

  Sources   Download

proprietary

The Requires

 

The Development Requires