Provide tooling for Trust policy modification #285
sajayantony
started this conversation in
Ideas
Replies: 1 comment
-
I agree with option 1 of providing CLI compatibility for editing trust policy and generating trust policy template then allowing users to edit it accordingly. There was an issue tracking the CLI design which can be implemented post RC.1. We can start to work on its CLI design soon. Option 2 is a good proposal for newbies to edit the trust policy with the wizard UI, which brings a hassle-free user experience. We can open this for gathering users' feedback and determine whether it can be supported post Option1 implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
The current trust policy json is hard to validate/test due to the lack of tooling experience in modifying/creating a baseline.
I believe there are couple of options for providing a better user experience.
notation policy ...
For VSCode we can consider the WEBUI Framework https://code.visualstudio.com/blogs/2021/10/11/webview-ui-toolkit
This would also help create a wizard that can provide policy editing.
I see that there might be challenges in building this out given the priorities of the project. But I feel its worth considering since the experience hasn't yet been finalized.
Beta Was this translation helpful? Give feedback.
All reactions