Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jenkinsci/folder-auth-plugin

Authorization Plugin for Jenkins that works on folders
https://github.com/jenkinsci/folder-auth-plugin

authorization folder gsoc-2019 hacktoberfest jenkins security

Last synced: 12 days ago
JSON representation

Authorization Plugin for Jenkins that works on folders

Awesome Lists containing this project

README

        

# Folder-based Authorization for Jenkins

[![Build Status](https://ci.jenkins.io/job/Plugins/job/folder-auth-plugin/job/master/badge/icon)](https://ci.jenkins.io/job/Plugins/job/folder-auth-plugin/job/master/)
[![Gitter](https://badges.gitter.im/jenkinsci/role-strategy-plugin.svg)](https://gitter.im/jenkinsci/role-strategy-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![GitHub release](https://img.shields.io/github/release/jenkinsci/folder-auth-plugin.svg?label=release)](https://github.com/jenkinsci/folder-auth-plugin/releases/latest)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=jenkinsci/folder-auth-plugin)](https://dependabot.com)

This plugin provides an easy way to configure permisisons inside Jenkins
through *roles* which can apply to multiple users. Three types of roles are
supported 'Global Roles', 'Folder Roles' and 'Agent Roles'.

![Screenshot of the plugin](/docs/images/screenshot.png)

To learn more about how to use this plugin, read the [docs](/docs/usage.md).
We also provide REST APIs for modifying the roles, check them out [here](/docs/rest-api.adoc).

## Reach out to us

You can chat with us, share your feedback and ask questions on our [Gitter chat](https://gitter.im/jenkinsci/role-strategy-plugin).
We share the channel with the [Role Strategy Plugin](https://github.com/jenkinsci/role-strategy-plugin)
because this plugin also follows a similar, though simplified, 'role-based' model and was created to
avoid the performance penalty of using regular expressions.

You can also reach out to us through Jenkins'
[Developer Mailing List](mailto:[email protected]).

## Reporting issues

Please create a ticket for any bug reports or feature requests on
[Jenkins JIRA](https://issues.jenkins-ci.org/) and add `folder-auth-plugin`
as the 'Component'.

## Changelog

See [GitHub Releases](https://github.com/jenkinsci/folder-auth-plugin/releases)