[MCG] IAM - Bug Fixes - #3027
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sowmithri2001 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @sowmithri2001. Thanks for your PR. I'm waiting for a red-hat-storage member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/ok-to-test |
08ae70e to
c5594f2
Compare
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
| value={!hide ? SecretKey : '*'.repeat(SecretKey.length)} | ||
| type={hide ? 'password' : 'text'} | ||
| value={SecretKey} | ||
| style={{ width: `${Math.max(SecretKey.length, 1)}ch` }} |
There was a problem hiding this comment.
No hardcoded sizing, try using InputGroupItem isFillor SCSS with PF tokens
| configMaps={{}} | ||
| secrets={{}} | ||
| addConfigMapSecret={false} | ||
| alwaysAllowRemove={true} |
There was a problem hiding this comment.
I think Add tag is not disabled when you hit 50.
We might have to include isAddDisabled={remainingTags <= 0}
@NIKHITHAVADDEMPUDI what do you think ?
There was a problem hiding this comment.
yes i agree, Add tag is not getting disabled ,isAddDisabled={remainingTags <= 0} will fix it
Description
Jira link : https://redhat.atlassian.net/browse/DFBUGS-9022
Change Type
Please select all applicable options:
Component / Area Impacted
Please select all applicable options:
Screenshots / Recordings
Screenshots
Recordings / Demo Videos
Screen.Recording.2026-07-29.at.6.56.20.PM.mov
Screen.Recording.2026-07-29.at.6.59.05.PM.mov
Screen.Recording.2026-07-29.at.7.00.05.PM.mov
Screen.Recording.2026-07-29.at.7.01.14.PM.mov
Screen.Recording.2026-07-29.at.7.03.20.PM.mov
Testing
Please select the type of tests included:
Additional Notes