Version
v20.3.1
Platform
No response
Subsystem
Permission
What steps will reproduce the bug?
No response
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
node: bad option: --allow-inspector
Additional information
I saw that in @RafaelGSS commit #3df13d5a79 an access control was implemented for inspection mode
I found this comment in his code:
"Without this check, to use the permission model with workers (--allow-worker) one would need to pass --allow-inspector as well"
but the --allow-inspector flag mentioned in this comment is not working.
Is there any way allow inspection mode or is this flag not created yet?