Commit 7c22de9
Ricardo DeMatos
feat(managed-agent): promote the vault disclaimer to the switch label
Reviewer feedback: the previous version buried the security disclaimer
under a generic "Vault authorization" title with the full text below in
the description. Users would only see "Vault authorization" next to the
toggle and might not read the description.
Move the whole "I own or am authorized to use these vaults. I understand
this means this agent can assume the identity granted by them." string
to the switch's title so it sits right next to the toggle. Description
line collapses to the run-time constraint: "Required when at least one
vault is selected above."
No functional change; the run-time enforcement (tool rejects when
`vaults` is non-empty and the ack is falsy) is unchanged.1 parent 40bdae7 commit 7c22de9
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | | - | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | | - | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments