Update matrix-auth-plugin docs for v3.2+ syntax#2718
Update matrix-auth-plugin docs for v3.2+ syntax#2718timja merged 14 commits intojenkinsci:masterfrom
Conversation
|
Please review my pull request, and if any problem, please guide me. |
timja
left a comment
There was a problem hiding this comment.
Thanks for this PR! It looks good, few minor changes that would make this better.
| ## sample-configuration (project based matrix) | ||
|
|
||
| ```yaml | ||
| jenkins: |
There was a problem hiding this comment.
Could you update the integration test to use this to prove it works please (and continues to work):
It will need to change to use the JenkinsConfiguredWithReadmeRule
You can then append #<heading-number> to the ConfiguredWithReadme so that it uses the right example, like in:
There was a problem hiding this comment.
It is a pleasure for me to work on the repo.
|
Thank you @timja for your thoughtful review and guidance throughout this PR. |
|
Please don't mark comments as resolved until you've pushed the fix |
…/configuration-as-code-plugin into update-matrix-auth-docs
|
I have updated the pr according to the requirement. |
…ixAuthorizationTest.java
…jectMatrixAuthorizationTest.java" This reverts commit 9a94154.
Description
Updates the matrix-auth-plugin documentation to reflect the new syntax introduced in matrix-auth plugin version 3.2.
What I Did
entries:format for matrix-auth plugin 3.2+globalMatrixandprojectMatrixconfigurations using the new syntaxChanges Made
entries:with separate user/group configurationsentries:format and grouped permissions by principaldeprecated: warnoption for backward compatibilityReferences
Testing
The documentation updates follow the exact syntax provided in the official matrix-auth 3.2 release notes and maintain backward compatibility information for users migrating from older versions.