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 jenkins security
Last synced: 2 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T15:59:36.000Z (4 months ago)
- Last Synced: 2025-03-19T15:45:11.153Z (3 months ago)
- Topics: authorization, folder, gsoc-2019, jenkins, security
- Language: Java
- Homepage: https://plugins.jenkins.io/folder-auth
- Size: 509 KB
- Stars: 24
- Watchers: 7
- Forks: 26
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Folder-based Authorization for Jenkins
[](https://ci.jenkins.io/job/Plugins/job/folder-auth-plugin/job/master/)
[](https://gitter.im/jenkinsci/role-strategy-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[](https://github.com/jenkinsci/folder-auth-plugin/releases/latest)
[](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'.
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)