Skip to content

Instantly share code, notes, and snippets.

@caffeinetiger
Last active April 18, 2022 16:58
Show Gist options
  • Save caffeinetiger/19e6f36a330b1dded25be974afb7c3ec to your computer and use it in GitHub Desktop.
Save caffeinetiger/19e6f36a330b1dded25be974afb7c3ec to your computer and use it in GitHub Desktop.

Jenkins Role-based Authorization Strategy issue with Matrix Authorization Plugin 3.0+

There is a known issue (as of 4/5/2022) with using the Role-based Authorization Strategy Jenkins plugin with the depedent Matrix Authorization plugin 3.0+

To fix the issue you have to add a record for every "No type prefix" error you see with users assigned to a role. Added the following to fix the "functionality":

USER:some-user

There will be two entry and the red error text will still display but the plugins should function properly otherwise.

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment