Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jenkinsci/folder-auth-plugin
- Owner: jenkinsci
- License: mit
- Created: 2019-07-12T07:05:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T14:04:08.000Z (over 1 year ago)
- Last Synced: 2024-08-25T00:43:06.632Z (3 months ago)
- Topics: authorization, folder, gsoc-2019, hacktoberfest, jenkins, security
- Language: Java
- Homepage: https://plugins.jenkins.io/folder-auth
- Size: 486 KB
- Stars: 23
- Watchers: 7
- Forks: 21
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)