-
Notifications
You must be signed in to change notification settings - Fork 10
Update jaas reference doc #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v3
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the JAAS CLI plugin reference documentation to reflect changes in release v3.3.11. The documentation is auto-generated and includes new features, permission types, and command additions.
- Adds support for role and cloud resource types with corresponding permissions
- Updates permission relation types for controllers (replacing "loginer" with "audit_log_viewer" and "can_addmodel")
- Introduces new "jaas upgrade-to" command for controller version upgrades
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Certain reserved tags exist to denote specific resource types: - The user-everyone@external tag represents all users. - The controller-jimm tag represents the JIMM controller itself. | ||
|
|
Copilot
AI
Dec 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reserved tags description appears to be on a single line without proper formatting. The list items should be separated (either by line breaks or proper bullet formatting) to improve readability. Currently, the dashes are used as separators in running text rather than as list markers.
| Certain reserved tags exist to denote specific resource types: - The user-everyone@external tag represents all users. - The controller-jimm tag represents the JIMM controller itself. | |
| Certain reserved tags exist to denote specific resource types: | |
| - The ``user-everyone@external`` tag represents all users. | |
| - The ``controller-jimm`` tag represents the JIMM controller itself. |
| :: | ||
|
|
||
| loginer | ||
| audit_log_viewer (only relevent for the JIMM controller) |
Copilot
AI
Dec 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word "relevent" is misspelled. It should be "relevant".
| audit_log_viewer (only relevent for the JIMM controller) | |
| audit_log_viewer (only relevant for the JIMM controller) |
|
|
||
| user tag = "user-<name>" | ||
| group tag = "group-<name>" | ||
| role tag = "role-<name>" |
Copilot
AI
Dec 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HTML entity encoding issue: "<" and ">" are being used instead of angle brackets. This should be "role-<name>" which will render as "role-" in the final output, but the inconsistency with other tags on lines 163, 166, and 167 which use actual angle brackets suggests this might be unintended encoding.
| controller tag = "controller-<name>" | ||
| model tag = "model-<name>" | ||
| application offer tag = "offer-<name>" | ||
| cloud tag = "cloud-<name>" |
Copilot
AI
Dec 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HTML entity encoding issue: "<" and ">" are being used instead of angle brackets. This should be "cloud-<name>" which will render as "cloud-" in the final output, but the inconsistency with other tags on lines 163, 166, and 167 which use actual angle brackets suggests this might be unintended encoding.
| :: | ||
|
|
||
| loginer | ||
| audit_log_viewer (only relevent for the JIMM controller) |
Copilot
AI
Dec 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word "relevent" is misspelled. It should be "relevant".
| audit_log_viewer (only relevent for the JIMM controller) | |
| audit_log_viewer (only relevant for the JIMM controller) |
|
|
||
| user tag = "user-<name>" | ||
| group tag = "group-<name>" | ||
| role tag = "role-<name>" |
Copilot
AI
Dec 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HTML entity encoding issue: "<" and ">" are being used instead of angle brackets. This should be "role-<name>" which will render as "role-" in the final output, but the inconsistency with other tags on lines 1604, 1607, and 1608 which use actual angle brackets suggests this might be unintended encoding.
| controller tag = "controller-<name>" | ||
| model tag = "model-<name>" | ||
| application offer tag = "offer-<name>" | ||
| cloud tag = "cloud-<name>" |
Copilot
AI
Dec 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HTML entity encoding issue: "<" and ">" are being used instead of angle brackets. This should be "cloud-<name>" which will render as "cloud-" in the final output, but the inconsistency with other tags on lines 1604, 1607, and 1608 which use actual angle brackets suggests this might be unintended encoding.
| Certain reserved tags exist to denote specific resource types: - The user-everyone@external tag represents all users. - The controller-jimm tag represents the JIMM controller itself. | ||
|
|
Copilot
AI
Dec 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reserved tags description appears to be on a single line without proper formatting. The list items should be separated (either by line breaks or proper bullet formatting) to improve readability. Currently, the dashes are used as separators in running text rather than as list markers.
| Certain reserved tags exist to denote specific resource types: - The user-everyone@external tag represents all users. - The controller-jimm tag represents the JIMM controller itself. | |
| Certain reserved tags exist to denote specific resource types: | |
| - The user-everyone@external tag represents all users. | |
| - The controller-jimm tag represents the JIMM controller itself. |
|
Copilot has revealed some issues. We'll fix them when we've moved the docs into the jimm repo. |
This PR contains a generated documentation reference
for the jaas CLI tool for release refs/tags/v3.3.11.