fix: enable dataFolders constraint for CLI - INS-1064#8955
Conversation
d82b7c6 to
28c9d09
Compare
| // skip plugins | ||
| const renderedRequest = renderedResult.request; | ||
|
|
||
| isFsAccessingAllowed(renderedRequest, mutatedContext.settings); |
There was a problem hiding this comment.
Should we also consider requestData.caCert? It will include the path of the customized ca cert file
There was a problem hiding this comment.
mutatedContext.clientCertificates will also contain path on cert attribute
There was a problem hiding this comment.
Good catch, will add them.
2158a62 to
8c34a13
Compare
87dce39 to
f2c0f5c
Compare
f2c0f5c to
3ba36d7
Compare
|
@ihexxa I think it would be great to have a quick-add button on the popup message for unauthorized paths. |
|
@sunderhus Thanks for the feedback and ill also forward this to the team, ux improvement is in progress and will be shipped in the next release. |
Changes